-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmanifest.json
More file actions
113 lines (98 loc) · 3.28 KB
/
manifest.json
File metadata and controls
113 lines (98 loc) · 3.28 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"browser_specific_settings": {
"gecko": {
"id": "@jabfox",
"data_collection_permissions": {
"required": ["none"]
}
}
},
"author": "JabRef",
"background": {
"service_worker": "background.js",
"scripts": ["background.js"],
"type": "module"
},
"page_action": {
"default_icon": {
"16": "data/JabRef-icon-16.png",
"48": "data/JabRef-icon-48.png",
"128": "data/JabRef-icon-128.png"
},
"default_title": "Import references into JabRef",
"default_popup": "data/progressPanel.html"
},
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Alt+Shift+J"
}
}
},
"description": "The JabRef browser extension imports new bibliographic information directly from the browser into JabRef.",
"developer": {
"name": "JabRef",
"url": "http://www.jabref.org/"
},
"homepage_url": "http://www.jabref.org/",
"icons": {
"16": "data/JabRef-icon-16.png",
"48": "data/JabRef-icon-48.png",
"96": "data/JabRef-icon-96.png",
"128": "data/JabRef-icon-128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimiMLZZCsf+p92UUzQRWYljtoUk0a9AuN+D3TJTFcm1BEDXKIDVmWG20S4yLQyYs8kWao3eTSdYykgsZLPtay1pFKtoM4csGB6sEOO+h25Nv/AU7pN5yH5PqcTIGkuH6AsQQQTPS1Y+vDfz+548oVXzK033l6ernhKRj4dngueZyQX89U38zkorq0/PPWfE8ppPzXiWo1Pn5C5scgzaHSfavIkbBpWuiJw6moSoYw4UxzmU6FmzjM/c8Ags/QPU/8M3BeC1eigStifBDkuIIDQtMtiTXEgCqHjIacB3uB7SJKL+0wsoREqoz3cX7uNLnB+DKu+s0OZKVah8gkliBLQIDAQAB",
"manifest_version": 3,
"name": "JabRef Browser Extension",
"options_ui": {
"page": "data/options.html"
},
"permissions": [
"<all_urls>",
"scripting",
"activeTab",
"tabs",
"storage",
"nativeMessaging",
"offscreen",
"webRequest",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"matches": ["<all_urls>"],
"resources": [
"sources/translateEngine.js",
"sources/setupZotero.js",
"sources/setupZoteroPlain.js",
"sources/zotero-translate/src/promise.js",
"sources/zotero-translate/src/translate.js",
"sources/zotero-translate/src/translateWeb.js",
"sources/zotero-translate/src/translation/translate.js",
"sources/sandboxManager.js",
"sources/zotero-utilities/openurl.js",
"sources/zotero-utilities/date.js",
"sources/zotero-utilities/resource/dateFormats.json",
"sources/zotero-utilities/xregexp-all.js",
"sources/zotero-utilities/xregexp-unicode-zotero.js",
"sources/zotero-utilities/utilities.js",
"sources/zotero-utilities/utilities_item.js",
"sources/zotero-utilities/schema.js",
"sources/zotero-utilities/resource/zoteroTypeSchemaData.js",
"sources/zotero-utilities/cachedTypes.js",
"sources/zotero-translate/src/utilities_translate.js",
"sources/sandbox.js",
"sources/zotero-translate/src/translator.js",
"sources/zotero-translate/src/translation/translate_item.js",
"sources/zotero-translate/src/http.js",
"sources/http.js",
"sources/webRequestIntercept.js",
"sources/translateWeb.js",
"translators/zotero/*.js",
"translators/manifest.json"
]
}
],
"version": "3.1",
"host_permissions": ["<all_urls>"]
}