diff --git a/README b/README index 6ce88bf..80d6a33 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +## Mostly Harmless ## + This is an upcoming reddit extension for Google Chrome. 1. It looks and functions just like reddit, but is API driven (I'm not just iframing reddit or anything). @@ -8,4 +10,8 @@ This is an upcoming reddit extension for Google Chrome. 4. Once infobars come out of the expiremental API, I'll be implementing a UI similar to Socialite as well. -5. I hope to open source this and get it officially endorsed by reddit in the same way Socialite and RedditAddict are. \ No newline at end of file +5. I hope to open source this and get it officially endorsed by reddit in the same way Socialite and RedditAddict are. + +## Known Issues ## + +* After clicking a vote icon, the state doesn't *appear* to change unless you hover over it again. This is a [known bug in Google Chrome](http://code.google.com/p/chromium/issues/detail?id=77246). \ No newline at end of file diff --git a/background.html b/background.html index c3b5d21..7f376fb 100644 --- a/background.html +++ b/background.html @@ -1,13 +1,35 @@ \ No newline at end of file diff --git a/manifest.json b/manifest.json index f4899d4..813740c 100644 --- a/manifest.json +++ b/manifest.json @@ -7,8 +7,8 @@ }, "permissions": [ "http://*.reddit.com/", - "tabs", - "cookies" + "tabs" ], - "background_page": "background.html" + "background_page": "background.html", + "options_page": "options.html" } \ No newline at end of file diff --git a/options.html b/options.html new file mode 100644 index 0000000..c872090 --- /dev/null +++ b/options.html @@ -0,0 +1 @@ +Hello, world. \ No newline at end of file diff --git a/popup.html b/popup.html index 0d8010e..dc79b9a 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,6 @@ - TESTING the title