-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
50 lines (50 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Gabut Extentions",
"description": "Integration for Gabut Download Manager.",
"short_name": "GabutDM",
"homepage_url": "https://github.com/gabutakut/gabutextentionsFF",
"version": "2.6.5",
"manifest_version": 3,
"icons": {
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "{90e44ca0-9b2f-4fa2-88b7-5fcaa5474f49}",
"strict_min_version": "127.0"
}
},
"background": {
"scripts": ["background.js"]
},
"commands": {
"intrupt-toggle": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
},
"description": "Intrupt Sortcut"
},
"avideo-toggle": {
"suggested_key": {
"default": "Ctrl+Shift+L"
},
"description": "Audio video Sortcut"
}
},
"action": {
"default_title": "Gabut Menu",
"default_icon": "icons/icon_32.png",
"default_popup": "popup/popup.html"
},
"permissions": [
"downloads",
"storage",
"tabs",
"webRequest",
"activeTab",
"scripting"
],
"host_permissions": ["<all_urls>"]
}