aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-12 19:11:20 +1100
committerYuchen Pei <hi@ypei.me>2022-10-12 19:11:20 +1100
commitb849b8d461479cf6530c77b97b094807840ce0d7 (patch)
treea5b59fbce035d698011d9b55e6e88dae4b1f65d4 /manifest.json
parent88fa677b51b6b1eb814866ea08129a6b7cda9ddb (diff)
adding force display noscript.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 2a7a5f1..0c8c28d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -54,7 +54,8 @@
"match_about_blank": true,
"all_frames": true,
"js": [
- "content/externalLicenseChecker.js"
+ "content/externalLicenseChecker.js",
+ "content/noscript.js"
]
}
]