Skip to content

Commit 0922b98

Browse files
committed
chore(release): 1.2.0
1 parent 4f849d4 commit 0922b98

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookmark-url-batch-replacer",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"private": true,
55
"author": "dragonish",
66
"license": "MIT",

src/manifest/chrome/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
44
"description": "__MSG_extDes__",
5-
"version": "1.1.1",
5+
"version": "1.2.0",
66
"minimum_chrome_version": "90",
77
"author": "dragonish",
88
"homepage_url": "https://github.com/LightAPIs/bookmark-url-batch-replacer",
@@ -19,5 +19,7 @@
1919
"action": {
2020
"default_title": "__MSG_extName__"
2121
},
22-
"permissions": ["bookmarks"]
22+
"permissions": [
23+
"bookmarks"
24+
]
2325
}

src/manifest/firefox/manifest.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
44
"description": "__MSG_extDes__",
5-
"version": "1.1.1",
5+
"version": "1.2.0",
66
"author": "dragonish",
77
"homepage_url": "https://github.com/LightAPIs/bookmark-url-batch-replacer",
88
"default_locale": "en",
@@ -13,7 +13,9 @@
1313
"128": "icons/icon_128.png"
1414
},
1515
"background": {
16-
"scripts": ["js/background.js"]
16+
"scripts": [
17+
"js/background.js"
18+
]
1719
},
1820
"browser_specific_settings": {
1921
"gecko": {
@@ -23,5 +25,7 @@
2325
"action": {
2426
"default_title": "__MSG_extName__"
2527
},
26-
"permissions": ["bookmarks"]
28+
"permissions": [
29+
"bookmarks"
30+
]
2731
}

0 commit comments

Comments
 (0)