File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Mongo IP Updater" ,
33 "author" : " Aashutosh Rathi" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "manifest_version" : 3 ,
66 "description" : " Adds or updates Mongo Network access allowed list entry" ,
77 "icons" : {
1515 "default_title" : " Mongo IP Updater" ,
1616 "default_popup" : " src/options/index.html"
1717 },
18- "permissions" : [
19- " activeTab" ,
20- " storage"
21- ],
22- "host_permissions" : [
23- " https://*.mongodb.com/*"
24- ],
18+ "permissions" : [" activeTab" , " storage" ],
19+ "host_permissions" : [" https://*.mongodb.com/*" ],
2520 "background" : {
2621 "service_worker" : " src/background.js"
2722 },
2823 "content_scripts" : [
2924 {
30- "matches" : [
31- " https://*.mongodb.com/*"
32- ],
33- "js" : [
34- " src/content.js"
35- ]
25+ "matches" : [" https://*.mongodb.com/*" ],
26+ "js" : [" src/content.js" ]
3627 }
3728 ],
3829 "externally_connectable" : {
39- "matches" : [
40- " *://hutils.loxal.net/*"
41- ]
30+ "matches" : [" *://hutils.loxal.net/*" ]
4231 }
4332}
You can’t perform that action at this time.
0 commit comments