|
1 | 1 | { |
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": { |
23 | 13 | "16": "images/icon_16.png", |
24 | 14 | "32": "images/icon_32.png", |
25 | 15 | "48": "images/icon_48.png", |
26 | 16 | "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": ["*"] |
32 | 17 | } |
| 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": ["*"] |
33 | 29 | } |
| 30 | +} |
0 commit comments