manifest.json (1140B)
1 { 2 "manifest_version": 2, 3 4 "browser_specific_settings": { 5 "gecko": { 6 "id": "firefox-aiwindow@mozilla.org" 7 } 8 }, 9 10 "name": "Firefox AI Window", 11 "description": "Base theme for AI Window", 12 "author": "Mozilla", 13 "version": "1.0.0", 14 15 "theme": { 16 "properties": { 17 "color_scheme": "light", 18 "ai_gradient": "radial-gradient(circle at 50% 90%, rgba(253, 244, 243, 1) 0%, rgba(253, 244, 243, 1) 30%, rgba(216, 202, 247, 1) 100%)" 19 }, 20 "colors": { 21 "frame": "hsla(240, 20%, 98%, 1)", 22 "toolbar": "transparent", 23 "tab_background_text": "hsla(257, 55%, 40%, 1)", 24 "toolbar_text": "hsla(257, 55%, 40%, 1)", 25 "icon_color": "hsla(257, 55%, 40%, 1)", 26 "toolbar_field_text": "hsla(257, 55%, 40%, 1)", 27 "toolbar_field_text_focus": "hsla(257, 55%, 40%, 1)", 28 "toolbar_bottom_separator": "transparent", 29 "toolbar_top_separator": "transparent", 30 "tab_line": "transparent", 31 "tab_selected": "rgba(255, 255, 255, 0.3)" 32 } 33 }, 34 35 "theme_experiment": { 36 "stylesheet": "aiwindow-theme.css", 37 "properties": { 38 "ai_gradient": "--ai-gradient" 39 } 40 } 41 }