CC: Split the profile history link into 2 links
Before there was a single link which pointed to the post history in all
forums. As this sometimes takes a long time to load, this commit splits
it into 2 links:
* A link to the post history in the current forum (loads faster)
* A link to the post history in all forums (loads slower)
Change-Id: Ifa3ed2340c5af2e87d75118eb6a66aba4f395e3c
diff --git a/templates/manifest.gjson b/templates/manifest.gjson
index e1f6cdb..83cc8ba 100644
--- a/templates/manifest.gjson
+++ b/templates/manifest.gjson
@@ -13,7 +13,7 @@
"content_scripts": [
{
"matches": ["https://support.google.com/s/community*"],
- "js": ["common/content_scripts_injections.js", "content_scripts/console_inject.js"]
+ "js": ["common/content_scripts.js", "content_scripts/console_inject.js"]
},
{
"matches": ["https://support.google.com/s/community*"],
@@ -26,7 +26,7 @@
},
{
"matches": ["https://support.google.com/*/thread/*"],
- "js": ["common/content_scripts_injections.js", "content_scripts/thread_inject.js"],
+ "js": ["common/content_scripts.js", "content_scripts/thread_inject.js"],
"run_at": "document_end"
},
{