Skip to content

Commit 85463c3

Browse files
committed
1.17.12
Fix manifest for edge release
1 parent 7215de8 commit 85463c3

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

config/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ function modifyManifest(browser, mode, buffer) {
4848
"_favicon/*",
4949
"api.js",
5050
"pages/neovim.html",
51-
"pages/default.js",
5251
"pages/emoji.tsv",
5352
"pages/l10n.json",
5453
"pages/frontend.html",
5554
"pages/pdf_viewer.html",
5655
"pages/pdf_viewer.css",
5756
"pages/pdf_viewer.mjs",
58-
"pages/shadow.css",
59-
"pages/default.css"
57+
"pages/shadow.css"
6058
],
6159
"matches": [
6260
"<all_urls>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Surfingkeys",
3-
"version": "1.17.11",
3+
"version": "1.17.12",
44
"description": "Map your keys for web surfing, expand your browser with javascript and keyboard.",
55
"main": "background.js",
66
"directories": {

src/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Surfingkeys",
4-
"short_name": "Rich shortcuts in vim spirit for productivity with keyboard.",
4+
"short_name": "Surfingkeys",
55
"description": "Rich shortcuts to click links/switch tabs/scroll, capture pages, use your browser like vim for productivity.",
66
"icons": {
77
"16": "icons/16.png",
@@ -70,13 +70,11 @@
7070
],
7171
"web_accessible_resources": [
7272
"pages/neovim.html",
73-
"pages/default.js",
7473
"pages/emoji.tsv",
7574
"pages/l10n.json",
7675
"pages/frontend.html",
7776
"pages/pdf_viewer.html",
78-
"pages/shadow.css",
79-
"pages/default.css"
77+
"pages/shadow.css"
8078
],
8179
"content_security_policy": "script-src 'self'; object-src 'self'"
8280
}

0 commit comments

Comments
 (0)