-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest_v3.json
36 lines (36 loc) · 972 Bytes
/
manifest_v3.json
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
{
"name": "FL Quality Lantern",
"description": "Reveal hidden Qualities in Fallen London storylets",
"version": "1.2.3",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https://www.fallenlondon.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "/images/fl-quality-lantern-icon-16.png",
"32": "/images/fl-quality-lantern-icon-32.png",
"48": "/images/fl-quality-lantern-icon-48.png",
"128": "/images/fl-quality-lantern-icon-128.png"
}
},
"icons": {
"16": "/images/fl-quality-lantern-icon-16.png",
"32": "/images/fl-quality-lantern-icon-32.png",
"48": "/images/fl-quality-lantern-icon-48.png",
"128": "/images/fl-quality-lantern-icon-128.png"
},
"web_accessible_resources": [{
"resources": ["inject.js"],
"matches": ["https://www.fallenlondon.com/*"]
}]
}