mirror of https://github.com/freeCodeCamp/devdocs
parent
5093125d39
commit
85380f80f5
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 9.1 KiB |
@ -1,28 +1,20 @@
|
|||||||
{
|
{
|
||||||
"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": {
|
||||||
|
"name": "Thibaut Courouble",
|
||||||
|
"url": "http://devdocs.io"
|
||||||
|
},
|
||||||
|
|
||||||
"developer": {
|
"default_locale": "en",
|
||||||
"name": "Thibaut Courouble",
|
"installs_allowed_from": ["*"],
|
||||||
"url": "http://devdocs.io"
|
"chrome": { "navigation": true },
|
||||||
},
|
|
||||||
|
|
||||||
"default_locale": "en",
|
"icons": {
|
||||||
|
"60": "/images/webapp-icon-60.png",
|
||||||
"description": "DevDocs combines multiple API documentations in a fast, organized, and searchable interface.",
|
"128": "/images/webapp-icon-128.png",
|
||||||
|
"256": "/images/webapp-icon-256.png"
|
||||||
"icons": {
|
}
|
||||||
"16" : "/favicon.ico",
|
|
||||||
"32" : "/favicon.ico",
|
|
||||||
"48" : "/favicon.ico",
|
|
||||||
"60" : "/favicon.ico",
|
|
||||||
"64" : "/favicon.ico",
|
|
||||||
"90" : "/favicon.ico",
|
|
||||||
"120" : "/favicon.ico",
|
|
||||||
"128" : "/favicon.ico",
|
|
||||||
"256" : "/favicon.ico"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue