Add extension icon badge to injected components
Fixes: #8
Change-Id: Id1d0ae4a3da057fb06f5137be2271e293d8f0cd4
diff --git a/templates/manifest.gjson b/templates/manifest.gjson
index 5905d74..d414749 100644
--- a/templates/manifest.gjson
+++ b/templates/manifest.gjson
@@ -18,6 +18,7 @@
{
"matches": ["https://support.google.com/s/community*"],
"js": ["common/content_scripts.js", "content_scripts/console_inject_start.js"],
+ "css": ["common/console.css"],
"run_at": "document_start"
},
{
@@ -37,7 +38,8 @@
},
{
"matches": ["https://support.google.com/*/profile/*"],
- "js": ["common/content_scripts.js", "content_scripts/profile_inject.js"]
+ "js": ["common/content_scripts.js", "content_scripts/profile_inject.js"],
+ "css": ["common/forum.css"]
}
],
"permissions": [