Skip to content

Commit

Permalink
chore: update reade
Browse files Browse the repository at this point in the history
  • Loading branch information
misa198 committed Mar 9, 2022
1 parent 55c2ccf commit 49d18ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@
Octotree Theme
</h1>
<p align="center">
<a href="https://chrome.google.com/webstore/detail/meagmbmaaljhgdcglcmflnnglpokldcj">
<img src="https://img.shields.io/badge/Google%20Chrome%20Store-Download-red" />
<a href="https://microsoftedge.microsoft.com/addons/detail/cajppifioefokdcmnbehbkiddjnpmadb">
<img src="https://img.shields.io/badge/Microsoft%20Edge%20Store-Download-blue" />
</a>
<a href="https://addons.mozilla.org/vi/firefox/addon/octotree-theme/">
<img src="https://img.shields.io/badge/Firefox%20Addons-Download-orange" />
</a>
</p>
<p align="center">
<a href="https://github.com/misa198/octotree-theme/releases">
<img src="https://img.shields.io/github/v/release/misa198/octotree-theme" />
</a>
<a href="https://www.octotree.io/download">
<img src="https://img.shields.io/badge/install-Octotree-orange" />
</a>
</p>
<p>

## Overview

Expand Down Expand Up @@ -66,6 +70,10 @@ Support Chromium Browsers and Firefox.

## Installation

- For Google Chrome

[ <img src="https://img.shields.io/badge/Google_chrome-red?style=for-the-badge&logo=Google-chrome&logoColor=white" /> ](https://chrome.google.com/webstore/detail/meagmbmaaljhgdcglcmflnnglpokldcj)

- For Microsoft Edge Chromium

[ <img src="https://img.shields.io/badge/Microsoft_Edge-0078D7?style=for-the-badge&logo=Microsoft-edge&logoColor=white" /> ](https://microsoftedge.microsoft.com/addons/detail/cajppifioefokdcmnbehbkiddjnpmadb)
Expand Down
5 changes: 2 additions & 3 deletions src/platforms/manifest.chromium.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
"matches": ["<all_urls>"]
}
],
"permissions": ["contextMenus", "storage", "activeTab", "tabs"],
"permissions": ["storage", "activeTab", "tabs"],
"action": {
"default_icon": "icons/icon64-disabled.png",
"default_popup": "popup-disabled.html"
},
"host_permissions": ["https://github.com/*"]
}
}
10 changes: 2 additions & 8 deletions src/platforms/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"name": "Octotree Icon Theme",
"name": "Octotree Theme",
"author": "misa198",
"homepage_url": "https://github.com/misa198/octotree-theme",
"background": {
Expand All @@ -25,13 +25,7 @@
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": ["*.woff2"],
"permissions": [
"contextMenus",
"storage",
"activeTab",
"https://github.com/*",
"tabs"
],
"permissions": ["storage", "activeTab", "tabs"],
"optional_permissions": ["http://*/*", "https://*/*"],
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 49d18ad

Please sign in to comment.