RepoZilla/manifest.webapp

17 lines
376 B
Plaintext
Raw Normal View History

2014-10-31 00:21:09 +00:00
{
2014-11-11 02:02:19 +00:00
"version": "0.1.4",
2014-10-31 00:21:09 +00:00
"name": "RepoZilla",
"description": "APP installer",
"launch_path": "/index.html",
"icons": {
"32": "/content/img/icons/32.png",
"64": "/content/img/icons/64.png",
"128": "/content/img/icons/128.png"
},
"developer": {
"name": "@amirtorrez",
"url": "http://twitter.com/amirtorrez"
},
"installs_allowed_from": ["*"]
2014-11-11 02:02:19 +00:00
}