diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-11 17:56:26 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-11 17:56:26 -0400 |
| commit | d3e4668fa2073176f2ae66e19fea12469f661f5f (patch) | |
| tree | 11c9be3b9bb3c992310d172e99600e0c20cd8c89 /chrome-extension/manifest.json | |
| parent | 78b5f6a8b869de9a15352ab35d5c40e440a3c141 (diff) | |
| download | tracker-d3e4668fa2073176f2ae66e19fea12469f661f5f.tar.gz | |
Move browser extensions to another repository
Diffstat (limited to 'chrome-extension/manifest.json')
| -rw-r--r-- | chrome-extension/manifest.json | 14 |
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" -} |
