mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Merge pull request #33 from qq99/firefox-os-app-support
Add a manifest.webapp for Firefox apps
This commit is contained in:
commit
5093125d39
1 changed files with 28 additions and 0 deletions
28
public/manifest.webapp
Normal file
28
public/manifest.webapp
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"version" : "0.0.1",
|
||||
"name" : "devdocs",
|
||||
"launch_path" : "/",
|
||||
|
||||
"installs_allowed_from" : ["*"],
|
||||
|
||||
"developer": {
|
||||
"name": "Thibaut Courouble",
|
||||
"url": "http://devdocs.io"
|
||||
},
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue