Skip to content

Commit 34ce9ef

Browse files
authored
Merge pull request #1609 from tonyherre/mv3
Migrate WebRTC Network Limiter extension to Manifest V3
2 parents 555d697 + 4f3ad1e commit 34ce9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/extensions/multipleroutes/src/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"16": "img/icon_16.png",
66
"128": "img/icon_128.png"
77
},
8-
"manifest_version": 2,
8+
"manifest_version": 3,
99
"minimum_chrome_version": "42.0.2311.135",
1010
"name": "__MSG_NETLI_APPNAME__",
1111
"options_ui": {
12-
"chrome_style": true,
12+
"open_in_tab": false,
1313
"page": "options.html"
1414
},
1515
"permissions": [ "privacy" ],
16-
"version": "0.2.1.3"
16+
"version": "0.2.1.4"
1717
}

0 commit comments

Comments
 (0)