meteorite/public/manifest.json
Trevor Suarez 35283a8138 Updating the app manifest to add a description, a
"scope", and organizing the meta before the icon list
2019-10-22 16:33:19 -06:00

53 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"short_name": "Meteorite",
"name": "Meteorite Smarter GitHub Notifications",
"description": "Smarter GitHub notifications. Organize and score notifications based on importance and relevance.",
"start_url": "/login",
"scope": "/",
"display": "standalone",
"theme_color": "#2f343e",
"background_color": "#fffefc",
"icons": [
{
"src": "new-app-icon-rounded.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "new-app-icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "new-app-icon-rounded.png",
"sizes": "512x512",
"type": "image/png"
}
]
}