27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "Web Starter Kit",
|
|
"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": "Web Starter Kit",
|
|
"description": "A front-end template that helps you build fast, modern mobile web apps."
|
|
}
|
|
}
|
|
}
|