summaryrefslogtreecommitdiffstats
path: root/chrome-extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome-extension/manifest.json')
-rw-r--r--chrome-extension/manifest.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json
deleted file mode 100644
index a8ebd0a..0000000
--- a/chrome-extension/manifest.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Webpage Logger",
- "version": "0.1",
- "description": "Notify a callback URL",
- "manifest_version": 2,
- "background": {
- "scripts": ["bg.js"]
- },
- "permissions": [
- "tabs",
- "storage"
- ],
- "options_page": "options.html"
-}