Merge branch 'ux-fiddles' into shield-study

This commit is contained in:
Jonathan Kingston
2017-06-13 14:09:27 +01:00
11 changed files with 300 additions and 92 deletions
+13 -2
View File
@@ -26,7 +26,6 @@
"contextualIdentities",
"history",
"idle",
"notifications",
"storage",
"tabs",
"webRequestBlocking",
@@ -54,5 +53,17 @@
"background": {
"scripts": ["background.js"]
}
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["js/content-script.js"],
"css": ["css/content.css"]
}
],
"web_accessible_resources": [
"/img/container-site-d-24.png"
]
}