Skip to content

Instantly share code, notes, and snippets.

@profburnes
Created July 21, 2017 04:36
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 profburnes/4190645ef2d983803b6d485103cdb8dd to your computer and use it in GitHub Desktop.
Save profburnes/4190645ef2d983803b6d485103cdb8dd to your computer and use it in GitHub Desktop.
manifest.json
CACHE MANIFEST
js/jquery-3.2.1.min.js
js/materialize.js
//exemplo de web manifesto
{
"short_name": "AkiExpress",
"name": "AkiExpress - Sua loja de compras de Lontras",
"display": "standalone",
"orientation": "landscape",
"description": "App para testes da Pós-Graduação",
"background_color": "#f1f1f1",
"theme_color": "#000",
"orientation": "portrait",
"start_url": "/app_materialize/index.html",
"use_cache": "true",
"appcache_path": "cache.manifest",
"icons": [
{
"src": "imgs/icon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "imgs/icon-196.png",
"type": "image/png",
"sizes": "196x196"
},
{
"src": "imgs/icon-144.png",
"type": "image/png",
"sizes": "144x144"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment