-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 810 Bytes
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 810 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
33
34
35
36
37
38
39
{
"name": "__MSG_title__",
"description": "__MSG_description__",
"version": "1.4",
"permissions": [
"declarativeContent"
],
"host_permissions": [
"*://qiita.com/*",
"*://docs.google.com/presentation/*"
],
"default_locale": "en",
"icons": { "128": "images/cat2x.png" },
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_title__",
"default_icon": "images/cat-gray.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["*://qiita.com/*", "*://docs.google.com/presentation/*"],
"js": ["timer.js"]
}
],
"web_accessible_resources": [
{
"resources": [
"images/*"
],
"matches": [
"*://*/*"
]
}
],
"manifest_version": 3
}