From 2afe909a3e53a58f3de7b7264fd6109472977d1c Mon Sep 17 00:00:00 2001 From: ogatomo21 Date: Sun, 17 Nov 2024 23:04:24 +0900 Subject: [PATCH] =?UTF-8?q?Chrome=E6=8B=A1=E5=BC=B5=E3=81=A7=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E3=81=AE=E3=81=AA=E3=81=84=E6=A8=A9=E9=99=90=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-chrome.yml | 3 +++ manifest.json | 13 ++----------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-chrome.yml b/.github/workflows/release-chrome.yml index ec43dc6..bfd8534 100644 --- a/.github/workflows/release-chrome.yml +++ b/.github/workflows/release-chrome.yml @@ -1,6 +1,9 @@ name: Chrome Extension Release on: + push: + tags: + - "cr*.*" workflow_dispatch: jobs: diff --git a/manifest.json b/manifest.json index a48a28c..5766fbb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "共有ツール - Share Tool", "short_name": "共有ツール", "description": "共有ツールはワンクリックでテキストやURLをLINEやX(旧Twitter)などのSNSへ簡単に共有することができます。", - "version": "1.1", - "permissions": ["activeTab", "scripting", "contextMenus"], + "version": "1.2", + "permissions": ["activeTab", "contextMenus"], "homepage_url": "https://share-tool.vercel.app", "icons": { "16": "/assets/icons/icon-16.png", @@ -18,15 +18,6 @@ "background": { "service_worker": "background.js" }, - "content_scripts": [ - { - "matches": [ - "https://share-tool.vercel.app/*", - "http://share-tool.vercel.app/*" - ], - "js": ["/js/script.js"] - } - ], "web_accessible_resources": [ { "resources": ["popup/*"],