-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (32 loc) · 963 Bytes
/
Copy pathmanifest.json
File metadata and controls
32 lines (32 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"manifest_version": 3,
"name": "Algorithm Task Favorite",
"version": "1.0.1",
"description": "Save algorithm questions from all websites",
"icons": {
"48": "images/logo.png"
},
"content_scripts": [
{
"js": ["scripts/gethtml.js"],
"matches": [
"https://www.luogu.com.cn/*",
"https://www.luogu.com/*",
"https://codeforces.com/*",
"https://atcoder.jp/*",
"https://iai.sh.cn/*",
"https://vjudge.net/*",
"http://poj.org/*",
"https://ac.nowcoder.com/*",
"https://qoj.ac/*",
"https://www.cnblogs.com/*"
]
}
],
"action": {
"48": "images/logo.png",
"default_title": "Algorithm Task Favorite",
"default_popup": "popup/popup.html"
},
"permissions": ["storage", "tabs", "scripting"]
}