We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e5249 commit 6d3e7eeCopy full SHA for 6d3e7ee
manifest.json
@@ -7,7 +7,6 @@
7
"*://open.spotify.com/*",
8
"*://music.youtube.com/match*",
9
"https://api.song.link/*",
10
- "data_collection_permissions",
11
"webRequest",
12
"webRequestBlocking",
13
"storage"
@@ -25,11 +24,19 @@
25
24
"browser_specific_settings": {
26
"gecko": {
27
"id": "music-link-redirection@kragh.dev",
28
- "strict_min_version": "60.0"
+ "strict_min_version": "60.0",
+ "data_collection_permissions": {
29
+ "required": [],
30
+ "optional": []
31
+ }
32
},
33
"gecko_android": {
34
- "strict_min_version": "120.0"
35
+ "strict_min_version": "120.0",
36
37
38
39
40
}
41
42
0 commit comments