Skip to content

Instantly share code, notes, and snippets.

@englishextra
Created February 27, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save englishextra/3bda624ca67bd99e65c0a95c34c2a81e to your computer and use it in GitHub Desktop.
Save englishextra/3bda624ca67bd99e65c0a95c34c2a81e to your computer and use it in GitHub Desktop.
englishextra.github.io-manifest.json
{
"name": "englishextra",
"short_name": "englishextra",
"manifest_version": 2,
"icons": [{
"src": "/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/icon.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/mstile-150x150.png",
"sizes": "150x150",
"type": "image/png",
"density": 1.8
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/mstile-310x150.png",
"sizes": "310x150",
"type": "image/png",
"density": 1.8
},
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}],
"scope": "/",
"mjs_access_whitelist": [{
"url": "https://englishextra.github.io/"
}],
"start_url": "https://englishextra.github.io/",
"display": "standalone",
"orientation": "landscape",
"theme_color": "#d54848",
"background_color": "#d54848",
"related_applications": [{
"platform": "web"
},
{
"platform": "android",
"location": "https://build.phonegap.com/apps/1824701/share"
},
{
"platform": "windowsphone",
"location": "https://build.phonegap.com/apps/1824701/share"
}],
"prefer_related_applications": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment