tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.json (5251B)


      1 {
      2  "manifest_version": 2,
      3 
      4  "browser_specific_settings": {
      5    "gecko": {
      6      "id": "firefox-alpenglow@mozilla.org"
      7    }
      8  },
      9 
     10  "name": "Firefox Alpenglow",
     11  "description": "Use a colorful appearance for buttons, menus, and windows.",
     12  "author": "Mozilla",
     13  "version": "1.5.1",
     14  "icons": { "32": "icon.svg" },
     15 
     16  "theme": {
     17    "images": {
     18      "additional_backgrounds": [
     19        "background-noodles-right.svg",
     20        "background-noodles-left.svg",
     21        "background-gradient.svg"
     22      ]
     23    },
     24 
     25    "properties": {
     26      "additional_backgrounds_alignment": [
     27        "right top",
     28        "left top",
     29        "right top"
     30      ],
     31      "additional_backgrounds_tiling": ["no-repeat", "no-repeat", "repeat-x"],
     32      "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
     33    },
     34    "colors": {
     35      "frame": "hsla(240, 20%, 98%, 1)",
     36      "toolbar": "hsla(0, 0%, 100%, .76)",
     37      "button_background_active": "hsla(240, 26%, 11%, .16)",
     38      "button_background_hover": "hsla(240, 26%, 11%, .08)",
     39      "toolbar_text": "hsla(258, 66%, 48%, 1)",
     40      "icons_attention": "hsla(180, 100%, 32%, 1)",
     41      "toolbar_vertical_separator": "hsla(261, 53%, 15%, .2)",
     42      "toolbar_field": "hsla(0, 0%, 100%, .8)",
     43      "toolbar_field_focus": "hsla(261, 53%, 15%, .96)",
     44      "toolbar_field_text": "hsla(261, 53%, 15%, 1)",
     45      "toolbar_field_text_focus": "hsla(255, 100%, 94%, 1)",
     46      "toolbar_field_border": "transparent",
     47      "toolbar_field_border_focus": "hsla(265, 100%, 72%, 1)",
     48      "toolbar_field_highlight": "hsla(265, 100%, 72%, .32)",
     49      "toolbar_top_separator": "transparent",
     50      "toolbar_bottom_separator": "hsla(261, 53%, 15%, .32)",
     51      "bookmark_text": "hsla(261, 53%, 15%, 1)",
     52      "tab_text": "hsla(261, 53%, 15%, 1)",
     53      "tab_background_text": "hsla(261, 53%, 15%, 1)",
     54      "tab_background_separator": "hsla(261, 53%, 15%, 1)",
     55      "tab_line": "hsla(265, 100%, 72%, 1)",
     56      "tab_loading": "hsla(265, 100%, 72%, 1)",
     57      "ntp_background": "#F9F9FB",
     58      "ntp_text": "hsla(261, 53%, 15%, 1)",
     59      "popup": "hsla(254, 46%, 21%, 1)",
     60      "popup_text": "hsla(255, 100%, 94%, 1)",
     61      "popup_border": "hsla(255, 100%, 94%, .32)",
     62      "popup_highlight": "hsla(255, 100%, 94%, .12)",
     63      "popup_highlight_text": "hsla(0, 0%, 100%, 1)",
     64      "sidebar": "rgb(255, 255, 255)",
     65      "sidebar_text": "hsla(261, 53%, 15%, 1)",
     66      "sidebar_border": "hsla(261, 53%, 15%, .24)",
     67      "sidebar_highlight": "hsla(265, 100%, 72%, 1)",
     68      "sidebar_highlight_text": "hsla(0, 0%, 100%, 1)",
     69      "focus_outline": "hsla(258, 65%, 48%, 1)"
     70    }
     71  },
     72  "dark_theme": {
     73    "images": {
     74      "additional_backgrounds": [
     75        "background-noodles-right-dark.svg",
     76        "background-noodles-left-dark.svg",
     77        "background-gradient-dark.svg"
     78      ]
     79    },
     80 
     81    "properties": {
     82      "additional_backgrounds_alignment": [
     83        "right top",
     84        "left top",
     85        "right top"
     86      ],
     87      "additional_backgrounds_tiling": ["no-repeat", "no-repeat", "repeat-x"],
     88      "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
     89    },
     90    "colors": {
     91      "frame": "#291D4F",
     92      "toolbar": "hsla(254, 46%, 21%, .96)",
     93      "button_background_active": "hsla(255, 100%, 94%, .24)",
     94      "button_background_hover": "hsla(255, 100%, 94%, .12)",
     95      "icons": "hsla(271, 100%, 77%, 1)",
     96      "icons_attention": "hsla(157, 100%, 66%, 1)",
     97      "toolbar_text": "hsla(255, 100%, 94%, 1)",
     98      "toolbar_vertical_separator": "hsla(271, 100%, 77%, .4)",
     99      "toolbar_field": "hsla(250, 43%, 25%, 1)",
    100      "toolbar_field_focus": "hsla(250, 43%, 25%, .98)",
    101      "toolbar_field_text": "hsla(255, 100%, 94%, 1)",
    102      "toolbar_field_text_focus": "hsla(255, 100%, 94%, 1)",
    103      "toolbar_field_border": "transparent",
    104      "toolbar_field_border_focus": "hsla(265, 100%, 72%, 1)",
    105      "toolbar_field_highlight": "hsla(265, 100%, 72%, .32)",
    106      "toolbar_top_separator": "transparent",
    107      "toolbar_bottom_separator": "hsla(245, 38%, 33%, .96)",
    108      "bookmark_text": "hsla(255, 100%, 94%, 1)",
    109      "tab_selected": "rgb(60, 31, 123)",
    110      "tab_text": "hsla(255, 100%, 94%, 1)",
    111      "tab_background_text": "hsla(255, 100%, 94%, 1)",
    112      "tab_background_separator": "hsla(255, 100%, 94%, 1)",
    113      "tab_line": "hsla(265, 100%, 72%, 1)",
    114      "tab_loading": "hsla(265, 100%, 72%, 1)",
    115      "ntp_background": "#2A2A2E",
    116      "ntp_text": "hsla(255, 100%, 94%, 1)",
    117      "popup": "hsla(250, 43%, 25%, 1)",
    118      "popup_text": "hsla(255, 100%, 94%, 1)",
    119      "popup_border": "hsla(255, 100%, 94%, .32)",
    120      "popup_highlight": "hsla(255, 100%, 94%, .12)",
    121      "popup_highlight_text": "hsla(0, 0%, 100%, 1)",
    122      "sidebar": "hsla(250, 43%, 25%, 1)",
    123      "sidebar_text": "hsla(255, 100%, 94%, 1)",
    124      "sidebar_border": "hsla(255, 100%, 94%, .24)",
    125      "sidebar_highlight": "hsla(259, 76%, 58%, 1)",
    126      "sidebar_highlight_text": "hsla(0, 0%, 100%, 1)",
    127      "focus_outline": "hsla(265, 100%, 72%, 1)"
    128    }
    129  },
    130 
    131  "theme_experiment": {
    132    "colors": {
    133      "focus_outline": "--focus-outline-color"
    134    },
    135    "properties": {
    136      "zap_gradient": "--panel-separator-zap-gradient"
    137    }
    138  }
    139 }