11{
2- "name" : " Gazzetta G+ Unlocker" ,
3- "description" : " Chrome Extension to Unlock Gazzetta.it Premium Content" ,
4- "version" : " 0.0.1" ,
5- "manifest_version" : 3 ,
6- "author" : " salsan" ,
7- "homepage_url" : " https://github.com/salsan/gplus-unlocker" ,
8- "content_scripts" : [{
9- "matches" : [" *://*.gazzetta.it/*" ],
10- "js" : [" contentScript.js" ]
11- }],
12- "host_permissions" : [" *://*.gazzetta.it/*" , " https://.gazzetta.it/" ],
13- "action" : {
14- "default_icon" : {
15- "16" : " /images/16.png" ,
16- "32" : " /images/32.png" ,
17- "48" : " /images/48.png" ,
18- "128" : " /images/128.png"
2+ "name" : " Gazzetta G+ Unlocker" ,
3+ "description" : " Chrome Extension to Unlock Gazzetta.it Premium Content" ,
4+ "version" : " 0.0.1" ,
5+ "manifest_version" : 3 ,
6+ "author" : " salsan" ,
7+ "homepage_url" : " https://github.com/salsan/gplus-unlocker" ,
8+ "content_scripts" : [
9+ {
10+ "matches" : [
11+ " *://*.gazzetta.it/*"
12+ ],
13+ "js" : [
14+ " contentScript.js"
15+ ]
1916 }
20- },
21- "icons" : {
22- "16" : " /images/16.png" ,
23- "32" : " /images/32.png" ,
24- "48" : " /images/48.png" ,
25- "128" : " /images/128.png"
26- }
17+ ],
18+ "host_permissions" : [
19+ " *://*.gazzetta.it/*" ,
20+ " https://.gazzetta.it/"
21+ ],
22+ "action" : {
23+ "default_icon" : {
24+ "16" : " /images/16.png" ,
25+ "32" : " /images/32.png" ,
26+ "48" : " /images/48.png" ,
27+ "128" : " /images/128.png"
28+ }
29+ },
30+ "icons" : {
31+ "16" : " /images/16.png" ,
32+ "32" : " /images/32.png" ,
33+ "48" : " /images/48.png" ,
34+ "128" : " /images/128.png"
35+ }
2736}
0 commit comments