dsw
Version:
Dynamic Service Worker, offline Progressive Web Apps much easier
60 lines (57 loc) • 1.41 kB
JSON
{
"name": "Your Web App Name",
"short_name": "appName",
"description": "Main description of your web app.",
"icons": [
{
"src": "images/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/icon-152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "images/icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/index.html?homescreen=1",
"display": "standalone",
"background_color": "#47b74f",
"theme_color": "#438948",
"gcm_sender_id": "your-gcm-sender-id",
"gcm_user_visible_only": true,
"developer": {
"name": "Felipe N. Moura",
"url": "http://felipenmoura.com/"
},
"installs_allowed_from": [
"*"
],
"default_locale": "en",
"permissions": {
},
"locales": {
"pt": {
"name": "BrazilJS",
"description": "Sua descrição."
},
"pt": {
"name": "WebApp",
"description": "Su descripción."
},
"en": {
"name": "WebApp",
"description": "Your descriptions."
}
}
}