summaryrefslogtreecommitdiffstats
path: root/chrome-extension/manifest.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-11 17:56:26 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-11 17:56:26 -0400
commitd3e4668fa2073176f2ae66e19fea12469f661f5f (patch)
tree11c9be3b9bb3c992310d172e99600e0c20cd8c89 /chrome-extension/manifest.json
parent78b5f6a8b869de9a15352ab35d5c40e440a3c141 (diff)
downloadtracker-d3e4668fa2073176f2ae66e19fea12469f661f5f.tar.gz
Move browser extensions to another repository
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"
-}