-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathchrome-manifest.patch
49 lines (49 loc) · 1.27 KB
/
chrome-manifest.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--- 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",