-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
44 lines (44 loc) · 954 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
38
39
40
41
42
43
44
{
"author" : "Ruslan Osmanov",
"background" : {
"scripts" : [
"dist/eventPage.js"
]
},
"browser_specific_settings" : {
"gecko" : {
"id" : "bee@ruslan_osmanov.com"
}
},
"commands" : {
"bee-editor" : {
"description" : "__MSG_shortcutOpenEditor__",
"suggested_key" : {
"default" : "Ctrl+E",
"mac" : "Command+E"
}
}
},
"default_locale" : "en",
"description" : "__MSG_extDescription__",
"icons" : {
"128" : "img/icon128.png",
"16" : "img/icon16.png",
"48" : "img/icon48.png"
},
"manifest_version" : 3,
"minimum_chrome_version" : "92",
"name" : "__MSG_extName__",
"options_ui" : {
"page" : "html/options.html"
},
"permissions" : [
"activeTab",
"storage",
"tabs",
"scripting",
"nativeMessaging"
],
"short_name" : "Bee",
"version" : "3.2.1"
}