X-Git-Url: http://git.rot13.org/?p=MojoFacets.git;a=blobdiff_plain;f=chrome-app%2Fmanifest.json;h=a190f0eb2da65c50fc1f2cc1ba762bb6e12e0f7d;hp=8806d16a6f378348e25aec5827fc73d97d37c916;hb=HEAD;hpb=7f9dfda1cb130dce44972808e6caaad1539a0194 diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json index 8806d16..a190f0e 100644 --- a/chrome-app/manifest.json +++ b/chrome-app/manifest.json @@ -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" } }