Skip to content

Commit 3f65030

Browse files
committed
VERSION: bump to 3.2.1
1 parent 8f3df98 commit 3f65030

File tree

2 files changed

+24
-27
lines changed

2 files changed

+24
-27
lines changed

extensionDirectory/manifest.json

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
{
2-
"name": "ExpungeVT!",
3-
"version": "3.1.0",
4-
"description": " Odisee Edition - Expunge and seal Vermont records with ease!",
5-
"permissions": ["storage",
6-
"declarativeContent",
7-
"activeTab",
8-
"downloads"],
9-
"background": {
10-
"scripts": ["background.js"],
11-
"persistent": false
12-
},
13-
"page_action": {
14-
"default_popup": "popup.html",
15-
"default_icon": {
16-
"16": "images/icon_16.png",
17-
"32": "images/icon_32.png",
18-
"48": "images/icon_48.png",
19-
"128": "images/icon_128.png"
20-
}
21-
},
22-
"icons": {
2+
"name": "ExpungeVT!",
3+
"version": "3.2.1",
4+
"description": " Odisee Edition - Expunge and seal Vermont records with ease!",
5+
"permissions": ["storage", "declarativeContent", "activeTab", "downloads"],
6+
"background": {
7+
"scripts": ["background.js"],
8+
"persistent": false
9+
},
10+
"page_action": {
11+
"default_popup": "popup.html",
12+
"default_icon": {
2313
"16": "images/icon_16.png",
2414
"32": "images/icon_32.png",
2515
"48": "images/icon_48.png",
2616
"128": "images/icon_128.png"
27-
},
28-
"manifest_version": 2,
29-
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
30-
"externally_connectable": {
31-
"ids": ["*"]
3217
}
18+
},
19+
"icons": {
20+
"16": "images/icon_16.png",
21+
"32": "images/icon_32.png",
22+
"48": "images/icon_48.png",
23+
"128": "images/icon_128.png"
24+
},
25+
"manifest_version": 2,
26+
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
27+
"externally_connectable": {
28+
"ids": ["*"]
3329
}
30+
}

extensionDirectory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expungevt",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"main": "background.js",
66
"dependencies": {

0 commit comments

Comments
 (0)