-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
80 lines (80 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"action": {
"default_popup": "src/modules/bookmarks/bookmarks.html",
"default_title": "Show bookmarks"
},
"author": "MetalTxus (Jesús Miguel Cruz Cana)",
"background": {
"service_worker": "src/modules/background/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"chromeos": "Ctrl+Shift+F",
"linux": "Ctrl+Shift+F",
"mac": "Command+Shift+F",
"windows": "Ctrl+Shift+F"
}
},
"open-arcarum": {
"description": "Open arcarum"
},
"open-event": {
"description": "Open event",
"suggested_key": {
"default": "Shift+Alt+E"
}
},
"open-fate-episodes": {
"description": "Open fate episodes"
},
"open-home": {
"description": "Open home"
},
"open-inventory": {
"description": "Open inventory"
},
"open-party": {
"description": "Open party"
},
"open-quests": {
"description": "Open quests"
},
"open-raid-assist": {
"description": "Open raids (backup request)"
},
"open-raid-list": {
"description": "Open raids (list)"
},
"open-stage": {
"description": "Open quest stage"
},
"open-guild-wars": {
"description": "Open Unite and Fight",
"suggested_key": {
"default": "Shift+Alt+G"
}
},
"open-world": {
"description": "Open world"
},
"repeat-quest": {
"description": "Repeat quest",
"suggested_key": {
"default": "Shift+Alt+R"
}
}
},
"description": "Bookmarks ongoing events and more so you do not have to and provides bookmarks to the most useful sections.",
"icons": {
"16": "assets/images/icons/icon_16px.png",
"48": "assets/images/icons/icon.png",
"128": "assets/images/icons/icon.png"
},
"manifest_version": 3,
"name": "GBF Bookmarker",
"options_page": "src/modules/options/options.html",
"permissions": ["activeTab", "browsingData", "contextMenus", "notifications", "storage", "tabs"],
"version": "1.0.25"
}