Adding in content notification to look more browser like.

This commit is contained in:
Jonathan Kingston
2017-06-01 03:28:02 +01:00
parent 49e8afaf9a
commit 06d35e65ce
4 changed files with 93 additions and 10 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"
]
}