Evidently Google Chrome doesn't like that kind of path anymore.

This commit is contained in:
Kerrick Long
2011-07-15 01:27:18 -05:00
parent 56fe883890
commit adb84580fb
+4 -4
View File
@@ -3,13 +3,13 @@
"version": "0.4.0",
"description": "Easily see how many times URL has been posted to reddit, join the discussion, submit or repost it, and more!",
"browser_action": {
"default_icon": "/pix/alien.png",
"popup": "/html/popup.html"
"default_icon": "pix/alien.png",
"popup": "html/popup.html"
},
"permissions": [
"http://*.reddit.com/",
"tabs"
],
"background_page": "/html/background.html",
"options_page": "/fancy-settings/index.html"
"background_page": "html/background.html",
"options_page": "fancy-settings/index.html"
}