mirror of https://github.com/josh-berry/tab-stash
50 lines
1.3 KiB
Diff
50 lines
1.3 KiB
Diff
--- a/assets/manifest.json 2022-12-10 17:52:31
|
|
+++ b/assets/manifest-chrome.json 2022-12-10 17:54:08
|
|
@@ -34,9 +34,9 @@
|
|
"browser_action": {
|
|
"default_title": "Tab Stash",
|
|
"default_icon": {
|
|
- "16": "icons/light/logo-16.png",
|
|
- "32": "icons/light/logo-32.png",
|
|
- "64": "icons/light/logo-64.png"
|
|
+ "16": "icons/logo-16.png",
|
|
+ "32": "icons/logo-32.png",
|
|
+ "64": "icons/logo-64.png"
|
|
},
|
|
"theme_icons": [
|
|
{
|
|
@@ -50,33 +50,6 @@
|
|
}
|
|
],
|
|
"browser_style": false
|
|
- },
|
|
- "page_action": {
|
|
- "default_title": "Stash this tab",
|
|
- "default_icon": {
|
|
- "16": "icons/light/stash-one.svg",
|
|
- "32": "icons/light/stash-one.svg",
|
|
- "64": "icons/light/stash-one.svg"
|
|
- },
|
|
- "theme_icons": [
|
|
- {
|
|
- "light": "icons/dark/stash-one.svg",
|
|
- "dark": "icons/light/stash-one.svg",
|
|
- "size": 16
|
|
- },
|
|
- {
|
|
- "light": "icons/dark/stash-one.svg",
|
|
- "dark": "icons/light/stash-one.svg",
|
|
- "size": 32
|
|
- },
|
|
- {
|
|
- "light": "icons/dark/stash-one.svg",
|
|
- "dark": "icons/light/stash-one.svg",
|
|
- "size": 64
|
|
- }
|
|
- ],
|
|
- "browser_style": false,
|
|
- "show_matches": ["<all_urls>"]
|
|
},
|
|
"sidebar_action": {
|
|
"default_title": "Tab Stash",
|