Chrome application
[MojoFacets.git] / chrome-app / manifest.json
diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json
new file mode 100644 (file)
index 0000000..8806d16
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "name": "Mojo Facets",
+  "version": "1",
+  "icons": { "24": "24.png", "128": "128.png" },
+  "launch": {
+    "web_url": "http://webpac2.rot13.org:3000/"
+  },
+  "permissions": [],
+  "web_content": {
+    "enabled": true,
+    "origin": "http://webpac2.rot13.org"
+  }
+}