summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..41b6c64
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,23 @@
+{
+ "manifest_version": 2,
+ "name": "去英",
+ "version": "0.1",
+
+ "description": "去掉《汉典》和《新华字典》里的英文解说",
+
+ "icons": {
+ "96": "icon.png"
+ },
+
+ "content_scripts": [
+ {
+ "matches": ["*://*.xh.5156edu.com/*"],
+ "js": ["xinhua.js"]
+ },
+ {
+ "matches": ["*://*.zdic.net/*"],
+ "js": ["zdic.js"]
+ }
+ ]
+
+}