Skip to content

Commit f8fcf3a

Browse files
committed
VERSION BUMP: 3.3.0
1 parent 35077d3 commit f8fcf3a

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

extensionDirectory/manifest.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "ExpungeVT!",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": " Odisee Edition - Expunge and seal Vermont records with ease!",
5-
"permissions": ["storage", "declarativeContent", "activeTab", "downloads"],
5+
"permissions": [
6+
"storage",
7+
"declarativeContent",
8+
"activeTab",
9+
"downloads"
10+
],
611
"background": {
7-
"scripts": ["background.js"],
12+
"scripts": [
13+
"background.js"
14+
],
815
"persistent": false
916
},
1017
"page_action": {
@@ -25,6 +32,8 @@
2532
"manifest_version": 2,
2633
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
2734
"externally_connectable": {
28-
"ids": ["*"]
35+
"ids": [
36+
"*"
37+
]
2938
}
30-
}
39+
}

extensionDirectory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expungevt",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "",
55
"main": "background.js",
66
"dependencies": {
@@ -23,4 +23,4 @@
2323
"keywords": [],
2424
"author": "",
2525
"license": "ISC"
26-
}
26+
}

0 commit comments

Comments
 (0)