Skip to content

Commit

Permalink
migrate to MV3
Browse files Browse the repository at this point in the history
  • Loading branch information
hogashi committed Feb 4, 2023
1 parent 2e86566 commit b0f8940
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "twitter画像原寸ボタン",
"version": "4.2.0",
"version": "5.0.0",
"description": "twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend",
"author": "hogashi",
"permissions": ["tabs", "storage"],
Expand All @@ -22,10 +22,9 @@
}
],
"background": {
"scripts": ["js/background.bundle.js"],
"persistent": false
"service_worker": "js/background.bundle.js"
},
"browser_action": {
"action": {
"default_icon": "icons/icon.png",
"default_title": "twitter画像原寸ボタン",
"default_popup": "html/popup.html"
Expand Down

0 comments on commit b0f8940

Please sign in to comment.