Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-05-29 17:15:02 +00:00
parent 80d5e2506a
commit 3141fc304a
2 changed files with 23 additions and 23 deletions

View file

@ -815,11 +815,11 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png",
"author": "Kaedriz", "author": "Kaedriz",
"version": "1.2.0", "version": "1.3.0",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/preferences.json", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/preferences.json",
"tags": [], "tags": [],
"createdAt": "2024-12-06", "createdAt": "2024-12-06",
"updatedAt": "2025-03-07" "updatedAt": "2025-05-28"
}, },
"680424a8-a818-406b-98c5-7726214e2a9f": { "680424a8-a818-406b-98c5-7726214e2a9f": {
"id": "680424a8-a818-406b-98c5-7726214e2a9f", "id": "680424a8-a818-406b-98c5-7726214e2a9f",
@ -860,13 +860,13 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png",
"author": "philmard", "author": "philmard",
"version": "1.0.6", "version": "1.0.7",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json",
"tags": [ "tags": [
"tabs" "tabs"
], ],
"createdAt": "2024-11-09", "createdAt": "2024-11-09",
"updatedAt": "2025-05-14" "updatedAt": "2025-05-28"
}, },
"053a3ffa-9233-4554-88f3-076e6a6ebb43": { "053a3ffa-9233-4554-88f3-076e6a6ebb43": {
"id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", "id": "053a3ffa-9233-4554-88f3-076e6a6ebb43",

View file

@ -23,22 +23,22 @@
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.opacity", "property": "zen.mods.AudioIndicatorEnhanced.audioWave.opacity",
"label": "Audio Wave: Opacity of the audio wave.", "label": "Audio Wave: Opacity of the audio wave.",
"type": "string", "type": "string",
"defaultValue": "0.2" "defaultValue": "0.2"
}, },
{ {
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorPlaying", "property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorPlaying",
"label": "Audio Wave: Color of the audio wave (When audio is playing).", "label": "Audio Wave: Color of the audio wave (When audio is playing).",
"type": "string", "type": "string",
"defaultValue": "-moz-dialogtext" "defaultValue": "-moz-dialogtext"
}, },
{ {
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorMuted", "property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorMuted",
"label": "Audio Wave: Color of the audio wave (When audio is muted).", "label": "Audio Wave: Color of the audio wave (When audio is muted).",
"type": "string", "type": "string",
"defaultValue": "color-mix(in srgb, -moz-dialogtext 50%, rgb(129, 0, 0) 50%)" "defaultValue": "color-mix(in srgb, -moz-dialogtext 50%, rgb(129, 0, 0) 50%)"
} }
] ]