Chrome application
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Jun 2010 23:42:34 +0000 (01:42 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Jun 2010 23:42:34 +0000 (01:42 +0200)
chrome-app/128.png [new file with mode: 0644]
chrome-app/24.png [new file with mode: 0644]
chrome-app/manifest.json [new file with mode: 0644]

diff --git a/chrome-app/128.png b/chrome-app/128.png
new file mode 100644 (file)
index 0000000..6735b23
Binary files /dev/null and b/chrome-app/128.png differ
diff --git a/chrome-app/24.png b/chrome-app/24.png
new file mode 100644 (file)
index 0000000..b590114
Binary files /dev/null and b/chrome-app/24.png differ
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"
+  }
+}