diff --git a/alien.png b/alien.png new file mode 100644 index 0000000..9455ec6 Binary files /dev/null and b/alien.png differ diff --git a/background.html b/background.html new file mode 100644 index 0000000..c3b5d21 --- /dev/null +++ b/background.html @@ -0,0 +1,114 @@ + \ No newline at end of file diff --git a/gradient-button-hover.png b/gradient-button-hover.png new file mode 100644 index 0000000..dce6bf4 Binary files /dev/null and b/gradient-button-hover.png differ diff --git a/gradient-button.png b/gradient-button.png new file mode 100644 index 0000000..4c8fb11 Binary files /dev/null and b/gradient-button.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..706fa16 --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Best Reddit Check", + "version": "0.1", + "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": "alien.png" + }, + "permissions": [ + "http://*.reddit.com/", + "tabs", + "cookies" + ], + "background_page": "background.html" +} \ No newline at end of file diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..0d8010e --- /dev/null +++ b/popup.html @@ -0,0 +1,392 @@ + + +
+