Skip to content

Commit b6e5600

Browse files
authored
chore: manifest version update (#692)
1 parent e264b1d commit b6e5600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser-extension/plugin/manifest.firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "uli",
44
"description": "Moderate your Twitter Feed",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"author": "tattlemade|cis",
77
"content_security_policy": "default-src 'none'; connect-src https://uli-community.tattle.co.in/ https://uli-media.tattle.co.in/; font-src https://fonts.gstatic.com; object-src 'none'; script-src 'self' ; style-src https://fonts.googleapis.com 'self' 'unsafe-inline'; img-src https://uli-media.tattle.co.in/; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri 'none';",
88
"permissions": [

browser-extension/plugin/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "uli",
44
"description": "Moderate your Twitter Feed",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"author": "tattlemade|cis",
77
"content_security_policy": {
88
"extension_pages": "default-src 'none'; connect-src https://uli-community.tattle.co.in/ https://uli-media.tattle.co.in/; font-src https://fonts.gstatic.com; object-src 'none'; script-src 'self'; style-src https://fonts.googleapis.com 'self' 'unsafe-inline'; img-src https://uli-media.tattle.co.in/; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri 'none';"

0 commit comments

Comments
 (0)