mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update manifest.webapp and add icons
This commit is contained in:
parent
5093125d39
commit
85380f80f5
4 changed files with 15 additions and 23 deletions
BIN
public/images/webapp-icon-128.png
Normal file
BIN
public/images/webapp-icon-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
public/images/webapp-icon-256.png
Normal file
BIN
public/images/webapp-icon-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
public/images/webapp-icon-60.png
Normal file
BIN
public/images/webapp-icon-60.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -1,28 +1,20 @@
|
|||
{
|
||||
"version" : "0.0.1",
|
||||
"name" : "devdocs",
|
||||
"launch_path" : "/",
|
||||
"name": "DevDocs",
|
||||
"description": "All-in-one API Documentation Browser",
|
||||
"version": "1.0.0",
|
||||
|
||||
"installs_allowed_from" : ["*"],
|
||||
"developer": {
|
||||
"name": "Thibaut Courouble",
|
||||
"url": "http://devdocs.io"
|
||||
},
|
||||
|
||||
"developer": {
|
||||
"name": "Thibaut Courouble",
|
||||
"url": "http://devdocs.io"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"installs_allowed_from": ["*"],
|
||||
"chrome": { "navigation": true },
|
||||
|
||||
"default_locale": "en",
|
||||
|
||||
"description": "DevDocs combines multiple API documentations in a fast, organized, and searchable interface.",
|
||||
|
||||
"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"
|
||||
}
|
||||
"icons": {
|
||||
"60": "/images/webapp-icon-60.png",
|
||||
"128": "/images/webapp-icon-128.png",
|
||||
"256": "/images/webapp-icon-256.png"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue