extension work

This commit is contained in:
Will Bamberg
2015-09-14 16:49:43 -07:00
parent 1c5962365d
commit 11fe52f05a
7 changed files with 67 additions and 14 deletions
+6 -1
View File
@@ -15,6 +15,11 @@
"matches": ["https://mdn.github.io/webextensions-examples/"],
"js": ["content-script.js"]
}
]
],
"browser_action": {
"default_icon": "button/action.png",
"default_popup": "popup/choose_action.html"
}
}