aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-extension/manifest.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-10 22:01:11 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-10 22:01:11 -0400
commite53a6e3c651a3191e24b05ff9d69e871632ddbf8 (patch)
treeac9d416e4b12eafa0794b0dea4e4403f7860a526 /chrome-extension/manifest.json
parentd3c324e4b06f0744325798b92e2dd63fa81b520e (diff)
downloadbrowsing-activity-tracker-e53a6e3c651a3191e24b05ff9d69e871632ddbf8.tar.gz
Add Chrome extension
Diffstat (limited to 'chrome-extension/manifest.json')
-rw-r--r--chrome-extension/manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json
new file mode 100644
index 0000000..fc29fa6
--- /dev/null
+++ b/chrome-extension/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Webpage Logger",
+ "version": "0.1",
+ "description": "Notify a callback URL",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["bg.js"]
+ },
+ "permissions": [
+ "tabs"
+ ]
+}