Skip to content

Commit ca4122e

Browse files
committed
update firefox requirements
1 parent 4c1e6c0 commit ca4122e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

manifest.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"name": "OpenStack Profile Switcher",
3-
"applications": {
4-
"gecko": {
5-
"data_collection_permissions": [],
6-
"id": "openstack-profile-switcher@access-intech.de"
7-
}
8-
},
9-
"author": "Xenion1987",
103
"description": "Switch comfortably between OpenStack Projects.",
114
"version": "1.0.0",
125
"manifest_version": 3,
@@ -17,5 +10,14 @@
1710
"options_page": "options/options.html",
1811
"permissions": ["storage", "tabs"],
1912
"host_permissions": [],
20-
"optional_host_permissions": ["https://*/"]
13+
"optional_host_permissions": ["https://*/"],
14+
"browser_specific_settings": {
15+
"gecko": {
16+
"id": "openstack-profile-switcher@access-intech.de",
17+
"strict_min_version": "128.0",
18+
"data_collection_permissions": {
19+
"required": ["none"]
20+
}
21+
}
22+
}
2123
}
883 KB
Binary file not shown.

0 commit comments

Comments
 (0)