mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-07 05:13:11 +00:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "",
|
|
"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"
|
|
}
|