-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 1009 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 1009 Bytes
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
{
"manifest_version": 3,
"name": "Open with ecu.test diff",
"description": "Extension to open the ecu.test/trace.check diff viewer on GitHub/GitLab/Bitbucket Cloud.",
"version": "1.1.0.0",
"background": {},
"browser_specific_settings": {
"gecko": {
"id": "open-with-ecu-test-diff@tracetronic.com",
"data_collection_permissions": {
"required": ["none"]
}
}
},
"permissions": ["storage", "activeTab", "downloads"],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_title": "Open with ecu.test diff",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/tracetronic/16x.png",
"32": "icons/tracetronic/32x.png",
"48": "icons/tracetronic/48x.png",
"128": "icons/tracetronic/128x.png"
}
},
"icons": {
"16": "icons/tracetronic/16x.png",
"32": "icons/tracetronic/32x.png",
"48": "icons/tracetronic/48x.png",
"128": "icons/tracetronic/128x.png"
}
}