mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-04 10:58:18 +00:00
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"name": "diagrams.net",
|
|
"short_name": "Diagrams",
|
|
"description": "diagrams.net is a completely free diagram editor",
|
|
"icons": [
|
|
{
|
|
"src": "../images/android-chrome-196x196.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../images/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#DF6C0C",
|
|
"background_color": "#DF6C0C",
|
|
"display": "fullscreen",
|
|
"start_url": "/index.html"
|
|
}
|