Skip to content

Commit 7cf8255

Browse files
RoelVBgithub-actions[bot]
authored andcommitted
Version bump
1 parent 2d6c602 commit 7cf8255

File tree

1 file changed

+62
-60
lines changed

1 file changed

+62
-60
lines changed

dist/manifest.json

+62-60
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,64 @@
11
{
2-
"manifest_version": 3,
3-
4-
"name": "ChromeKeePass",
5-
"description": "Extension for automatically entering logins from KeePass",
6-
"version": "2.0.0",
7-
"commands": {
8-
"redetect_fields": {
9-
"suggested_key": {
10-
"default": "Ctrl+Shift+Z",
11-
"mac": "Command+Shift+Z"
12-
},
13-
"description": "Redetect credential fields"
14-
}
15-
},
16-
17-
"content_scripts": [
18-
{
19-
"matches": ["<all_urls>"],
20-
"js": ["js/content_script.js"],
21-
"css": ["css/content_script.css"],
22-
"all_frames": true
23-
}
24-
],
25-
26-
"background": {
27-
"service_worker": "js/background.js",
28-
"type": "module"
29-
},
30-
31-
"action": {
32-
"default_popup": "html/popup.html",
33-
"default_icon": {
34-
"128": "images/icon128.png",
35-
"48": "images/icon48.png"
36-
}
37-
},
38-
39-
"options_page": "html/options.html",
40-
41-
"icons": {
42-
"128": "images/icon128.png",
43-
"48": "images/icon48.png"
44-
},
45-
46-
"web_accessible_resources": [
47-
{
48-
"resources": ["images/*"],
49-
"matches": ["<all_urls>"]
50-
}
51-
],
52-
53-
"permissions": [
54-
"storage",
55-
"contextMenus",
56-
"webRequest",
57-
"webRequestAuthProvider"
58-
],
59-
"host_permissions": [
2+
"manifest_version": 3,
3+
"name": "ChromeKeePass",
4+
"description": "Extension for automatically entering logins from KeePass",
5+
"version": "2.1.0",
6+
"commands": {
7+
"redetect_fields": {
8+
"suggested_key": {
9+
"default": "Ctrl+Shift+Z",
10+
"mac": "Command+Shift+Z"
11+
},
12+
"description": "Redetect credential fields"
13+
}
14+
},
15+
"content_scripts": [
16+
{
17+
"matches": [
6018
"<all_urls>"
61-
]
62-
}
19+
],
20+
"js": [
21+
"js/content_script.js"
22+
],
23+
"css": [
24+
"css/content_script.css"
25+
],
26+
"all_frames": true
27+
}
28+
],
29+
"background": {
30+
"service_worker": "js/background.js",
31+
"type": "module"
32+
},
33+
"action": {
34+
"default_popup": "html/popup.html",
35+
"default_icon": {
36+
"48": "images/icon48.png",
37+
"128": "images/icon128.png"
38+
}
39+
},
40+
"options_page": "html/options.html",
41+
"icons": {
42+
"48": "images/icon48.png",
43+
"128": "images/icon128.png"
44+
},
45+
"web_accessible_resources": [
46+
{
47+
"resources": [
48+
"images/*"
49+
],
50+
"matches": [
51+
"<all_urls>"
52+
]
53+
}
54+
],
55+
"permissions": [
56+
"storage",
57+
"contextMenus",
58+
"webRequest",
59+
"webRequestAuthProvider"
60+
],
61+
"host_permissions": [
62+
"<all_urls>"
63+
]
64+
}

0 commit comments

Comments
 (0)