material-design-lite/manifest.webapp

27 lines
604 B
JSON

{
"version": "1.0.0",
"name": "Mobile Boilerplate",
"launch_path": "/index.html",
"description": "A front-end template that helps you build fast, modern mobile web apps.",
"icons": {
"60": "/img/touch/touch-icon-60x60.png",
"128": "/img/touch/touch-icon-128x128.png"
},
"developer": {
"name": "",
"url": ""
},
"installs_allowed_from": [
"*"
],
"default_locale": "en",
"permissions": {
},
"locales": {
"en": {
"name": "Mobile Boilerplate",
"description": "A front-end template that helps you build fast, modern mobile web apps."
}
}
}