Examine source code of SwiftDial High Contrast

Inspect and view changes in SwiftDial High Contrast source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "3",
  "name": "SwiftDial High Contrast",
  "description": "__MSG_description__",
  "author": "nScript",
  "homepage_url": "https://nscript.ru/swiftdial/",
  "browser_specific_settings": {
    "gecko": {
      "id": "swiftdialcontrast@nscript.ru",
      "strict_min_version": "89.0"
    }
  },
  "default_locale": "en",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "button_background_active": "rgb(240, 240, 240)",
      "button_background_hover": "rgb(230, 230, 230)",
      "frame": "rgb(255, 255, 255)",
      "icons_attention": "rgb(13, 13, 13)",
      "ntp_background": "rgb(255, 255, 255)",
      "ntp_text": "rgb(13, 13, 13)",
      "popup": "rgb(255, 255, 255)",
      "popup_border": "rgb(13, 13, 13)",
      "popup_highlight": "rgb(240, 240, 240)",
      "popup_highlight_text": "rgb(13, 13, 13)",
      "popup_text": "rgb(13, 13, 13)",
      "sidebar": "rgb(255, 255, 255)",
      "sidebar_border": "rgb(13, 13, 13)",
      "sidebar_highlight": "rgb(240, 240, 240)",
      "sidebar_highlight_text": "rgb(13, 13, 13)",
      "sidebar_text": "rgb(13, 13, 13)",
      "tab_background_separator": "transparent",
      "tab_background_text": "rgb(13, 13, 13)",
      "tab_line": "rgb(13, 13, 13)",
      "tab_loading": "rgb(13, 13, 13)",
      "tab_selected": "transparent",
      "toolbar": "rgb(255, 255, 255)",
      "toolbar_bottom_separator": "rgb(13, 13, 13)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_border": "rgb(13, 13, 13)",
      "toolbar_field_border_focus": "rgb(13, 13, 13)",
      "toolbar_field_highlight": "rgb(230, 230, 230)",
      "toolbar_field_highlight_text": "rgb(13, 13, 13)",
      "toolbar_field_text": "rgb(13, 13, 13)",
      "toolbar_text": "rgb(13, 13, 13)",
      "toolbar_top_separator": "transparent",
      "toolbar_vertical_separator": "rgb(13, 13, 13)"
    }
  }
}