Skip to content

Commit

Permalink
Chrome拡張で必要のない権限を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ogatomo21 committed Nov 17, 2024
1 parent 7900a14 commit 2afe909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-chrome.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Chrome Extension Release

on:
push:
tags:
- "cr*.*"
workflow_dispatch:

jobs:
Expand Down
13 changes: 2 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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/*"],
Expand Down

0 comments on commit 2afe909

Please sign in to comment.