Browse Source

Merge pull request #33 from qq99/firefox-os-app-support

Add a manifest.webapp for Firefox apps
Thibaut Courouble 12 years ago
parent
commit
5093125d39
1 changed files with 28 additions and 0 deletions
  1. 28 0
      public/manifest.webapp

+ 28 - 0
public/manifest.webapp

@@ -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"
+    }
+}