1313 "homepage_url" : " https://github.com/abhijithvijayan/web-extension-starter" ,
1414 "short_name" : " Sample Name" ,
1515
16- "permissions" : [
17- " activeTab" ,
18- " storage"
19- ],
16+ "permissions" : [" activeTab" , " storage" ],
2017
2118 "optional_permissions" : [],
2219
2320 "__chrome__host_permissions" : [],
2421
25- "__chrome__optional_host_permissions" : [
26- " http://*/*" ,
27- " https://*/*"
28- ],
22+ "__chrome__optional_host_permissions" : [" http://*/*" , " https://*/*" ],
2923
30- "__firefox__optional_host_permissions" : [
31- " http://*/*" ,
32- " https://*/*"
33- ],
24+ "__firefox__optional_host_permissions" : [" http://*/*" , " https://*/*" ],
3425
3526 "content_security_policy" : {
3627 "extension_pages" : " script-src 'self'; object-src 'self';"
4132 "__firefox__browser_specific_settings" : {
4233 "gecko" : {
4334 "id" : " {754FB1AD-CC3B-4856-B6A0-7786F8CA9D17}" ,
44- "strict_min_version" : " 109.0"
35+ "strict_min_version" : " 112.0" ,
36+ "data_collection_permissions" : {
37+ "required" : [" none" ],
38+ "optional" : []
39+ }
4540 }
4641 },
4742
7469 "content_scripts" : [
7570 {
7671 "run_at" : " document_start" ,
77- "matches" : [
78- " http://*/*" ,
79- " https://*/*"
80- ],
72+ "matches" : [" http://*/*" , " https://*/*" ],
8173 "css" : [],
82- "js" : [
83- " assets/js/contentScript.bundle.js"
84- ]
74+ "js" : [" assets/js/contentScript.bundle.js" ]
8575 }
8676 ],
8777
9181 "matches" : [" http://*/*" , " https://*/*" ]
9282 }
9383 ]
94- }
84+ }
0 commit comments