Skip to content

Commit 00d3d4d

Browse files
v0.1.3
1 parent 628e2d6 commit 00d3d4d

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

manifest.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -15,29 +15,18 @@
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
}

0 commit comments

Comments
 (0)