Skip to content

Commit e8aabaf

Browse files
committed
Patches for Mozilla addons upload
1 parent 3ad632b commit e8aabaf

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

ext-causesconflict/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"permissions": ["declarativeNetRequestWithHostAccess"],
77
"browser_specific_settings": {
88
"gecko": {
9-
"id": "bug1995192-addon002@intuitiveexplanations.com"
9+
"id": "bug1995192-addon002@intuitiveexplanations.com",
10+
"data_collection_permissions": {
11+
"required": ["none"]
12+
}
1013
}
1114
}
1215
}

ext-exampleredirect-conflict/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"permissions": ["declarativeNetRequestWithHostAccess"],
77
"browser_specific_settings": {
88
"gecko": {
9-
"id": "bug1995192-addon003@intuitiveexplanations.com"
9+
"id": "bug1995192-addon003@intuitiveexplanations.com",
10+
"data_collection_permissions": {
11+
"required": ["none"]
12+
}
1013
}
1114
},
1215
"host_permissions": ["*://example.com/*", "*://www.example.com/*"],

ext-exampleredirect-noconflict/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"manifest_version": 3,
3-
"name": "[Bug 1995192] Example Redirect Without Conflict",
3+
"name": "[Bug 1995192] Example Redirect Working",
44
"version": "1.0.0",
55
"description": "Redirect example.com - will still work when conflicting addon installed",
66
"permissions": ["declarativeNetRequestWithHostAccess"],
77
"browser_specific_settings": {
88
"gecko": {
9-
"id": "bug1995192-addon001@intuitiveexplanations.com"
9+
"id": "bug1995192-addon001@intuitiveexplanations.com",
10+
"data_collection_permissions": {
11+
"required": ["none"]
12+
}
1013
}
1114
},
1215
"host_permissions": ["*://example.com/*", "*://www.example.com/*"],

0 commit comments

Comments
 (0)