You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/manifest.webapp

23 lines
509 B

{
"name": "DevDocs",
"description": "All-in-one API Documentation Browser",
"version": "1.0.0",
"developer": {
"name": "Thibaut Courouble",
"url": "http://devdocs.io"
},
"default_locale": "en",
"installs_allowed_from": ["*"],
"chrome": { "navigation": true },
"icons": {
"32": "/images/webapp-icon-32.png",
"60": "/images/webapp-icon-60.png",
"80": "/images/webapp-icon-80.png",
"128": "/images/webapp-icon-128.png",
"256": "/images/webapp-icon-256.png"
}
}