-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 924 Bytes
/
manifest.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
37
{
"name": "ThiWeb Crypt-Decrypt",
"version": "2.1.9",
"manifest_version": 3,
"description": "Crypt / Auto-decrypt Links on ThiWeb",
"homepage_url": "https://www.thiweb.com",
"icons": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "fr",
"action": {
"default_icon": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "ThiWeb Decrypt",
"default_popup": "src/page_action/page_action.html"
},
"host_permissions": ["https://forum.thiweb.com/", "https://live.thiweb.com/"],
"optional_host_permissions": ["*://*/*"],
"browser_specific_settings": {
"gecko": {
"id": "{0b6555af-b17c-44b9-8e95-ab1e554dca4f}"
}
},
"content_scripts": [
{
"matches": ["https://forum.thiweb.com/*"],
"js": ["src/inject/inject.ts"]
}
]
}