-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 829 Bytes
/
manifest.json
File metadata and controls
28 lines (28 loc) · 829 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
{
"action": {
"default_icon": "images/ops_logo_128x128.png",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": ["none"]
},
"id": "openstack-project-switcher@access-intech.de",
"strict_min_version": "128.0"
}
},
"description": "Switch comfortably between OpenStack Projects.",
"homepage_url": "https://github.com/Xenion1987/openstack-project-switcher",
"host_permissions": [],
"icons": {
"48": "images/ops_logo_128x128.png",
"128": "images/ops_logo_128x128.png"
},
"manifest_version": 3,
"name": "OpenStack Project Switcher",
"optional_host_permissions": ["https://*/"],
"options_page": "options/options.html",
"permissions": ["storage", "tabs"],
"version": "1.0.2"
}