Advertisement
GodieGun

manifest.json

Feb 26th, 2025 (edited)
262
0
29 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.31 KB | None | 0 0
  1. {
  2.   "manifest_version": 2,
  3.   "browser_specific_settings": {
  4.     "gecko": {
  5.       "id": "alpenblue@godie"
  6.     }
  7.   },
  8.   "version": "1.0",
  9.   "name": "Beautiful Alpen Blue",
  10.   "author": "GODIE",
  11.   "icons": {
  12.     "32": "images/icon-32.png"
  13.   },
  14.   "description": "Tema al estilo de Firefox Alpen. Contiene Transparencias. Disponible Personalizaci\u00f3n CSS",
  15.   "theme": {
  16.     "images": {
  17.       "additional_backgrounds": [
  18.         "images/derecha.svg",
  19.         "images/izquierda.svg",
  20.         "images/middle.png"
  21.       ]
  22.     },
  23.     "properties": {
  24.       "additional_backgrounds_alignment": [
  25.         "right top",
  26.         "left top",
  27.         "right top"
  28.       ],
  29.       "additional_backgrounds_tiling": [
  30.         "no-repeat",
  31.         "no-repeat",
  32.         "repeat-x"
  33.       ]
  34.     },
  35.     "colors": {
  36.       "frame": "#060609",
  37.       "tab_background_text": "#b3b3b3",
  38.       "frame_inactive": "#000000",
  39.       "toolbar": "#1e20359c",
  40.       "toolbar_text": "#b3b3b3",
  41.       "toolbar_field": "#24234300",
  42.       "toolbar_field_text": "#e5e5e6",
  43.       "toolbar_top_separator": "#262576",
  44.       "toolbar_bottom_separator": "#131230",
  45.       "bookmark_text": "#d3d3d3",
  46.       "toolbar_field_border": "#4d4dfe40",
  47.       "toolbar_field_focus": "#242343fc",
  48.       "toolbar_field_border_focus": "#4d4dfe99",
  49.       "toolbar_field_highlight": "#3b539b",
  50.       "toolbar_field_highlight_text": "#eaeaea",
  51.       "toolbar_field_text_focus": "#ffffff",
  52.       "toolbar_vertical_separator": "#242c49",
  53.       "button_background_hover": "#395aee70",
  54.       "button_background_active": "#3118a4",
  55.       "icons": "#d3d3d3",
  56.       "icons_attention": "#4d7afe",
  57.       "ntp_background": "#1b1c35",
  58.       "ntp_text": "#eaeaea",
  59.       "ntp_card_background": "#292a43",
  60.       "popup": "#1a1a35fC",
  61.       "popup_text": "#f5f5f6",
  62.       "popup_border": "#4d4dfe50",
  63.       "popup_highlight": "#3e3bdd",
  64.       "sidebar": "#1d1d38",
  65.       "sidebar_text": "#eaeaea",
  66.       "sidebar_border": "#262576",
  67.       "sidebar_highlight": "#3f3da9",
  68.       "sidebar_highlight_text": "#EEEEEE",
  69.       "tab_line": "#4d4dfe",
  70.       "tab_selected": "#1e20359c",
  71.       "tab_text": "#ffffff",
  72.       "tab_loading": "#4d4dfe",
  73.       "tab_loading_inactive": "#4d4dfe",
  74.       "tab_background_separator": "#0a090c",
  75.       "tab_attention_dot": "4d7afe"
  76.     }
  77.   }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement