mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
43 lines
926 B
JSON
43 lines
926 B
JSON
{
|
|
"name": "Super Productivity",
|
|
"short_name": "sup",
|
|
"theme_color": "#6495ED",
|
|
"background_color": "#fff",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"orientation": "portrait-primary",
|
|
"scope": "./",
|
|
"allowJsEval": true,
|
|
"icons": [
|
|
{
|
|
"src": "assets/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|