Update manifest.webapp and add icons

pull/47/head
Thibaut 11 years ago
parent 5093125d39
commit 85380f80f5

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

@ -1,9 +1,7 @@
{ {
"version" : "0.0.1", "name": "DevDocs",
"name" : "devdocs", "description": "All-in-one API Documentation Browser",
"launch_path" : "/", "version": "1.0.0",
"installs_allowed_from" : ["*"],
"developer": { "developer": {
"name": "Thibaut Courouble", "name": "Thibaut Courouble",
@ -11,18 +9,12 @@
}, },
"default_locale": "en", "default_locale": "en",
"installs_allowed_from": ["*"],
"description": "DevDocs combines multiple API documentations in a fast, organized, and searchable interface.", "chrome": { "navigation": true },
"icons": { "icons": {
"16" : "/favicon.ico", "60": "/images/webapp-icon-60.png",
"32" : "/favicon.ico", "128": "/images/webapp-icon-128.png",
"48" : "/favicon.ico", "256": "/images/webapp-icon-256.png"
"60" : "/favicon.ico",
"64" : "/favicon.ico",
"90" : "/favicon.ico",
"120" : "/favicon.ico",
"128" : "/favicon.ico",
"256" : "/favicon.ico"
} }
} }

Loading…
Cancel
Save