make application URL point to localhost
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 28 Jun 2010 13:24:56 +0000 (15:24 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 28 Jun 2010 13:24:56 +0000 (15:24 +0200)
chrome-app/manifest.json

index 8806d16..a190f0e 100644 (file)
@@ -3,11 +3,11 @@
   "version": "1",
   "icons": { "24": "24.png", "128": "128.png" },
   "launch": {
-    "web_url": "http://webpac2.rot13.org:3000/"
+    "web_url": "http://localhost:3000/"
   },
   "permissions": [],
   "web_content": {
     "enabled": true,
-    "origin": "http://webpac2.rot13.org"
+    "origin": "http://localhost"
   }
 }