Examine source code of Phoenix Theme

Inspect and view changes in Phoenix Theme 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Phoenix Theme",
  "short_name": "Phoenix Theme",
  "description": "Phoenix Theme from deep of the fires",
  "version": "1.0",
  "author": "Zümrüd-ü Anka",
  "theme": {
    "images": {},
    "colors": {
      "frame": [
        56,
        4,
        14
      ],
      "frame_inactive": [
        100,
        13,
        20
      ],
      "frame_incognito": [
        56,
        4,
        14
      ],
      "frame_incognito_inactive": [
        100,
        13,
        20
      ],
      "background_tab": [
        100,
        13,
        20
      ],
      "background_tab_inactive": [
        100,
        13,
        20
      ],
      "background_tab_incognito": [
        100,
        13,
        20
      ],
      "background_tab_incognito_inactive": [
        100,
        13,
        20
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        56,
        4,
        14
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        56,
        4,
        14
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        37,
        9,
        2
      ],
      "ntp_background": [
        37,
        9,
        2
      ],
      "ntp_header": [
        37,
        9,
        2
      ],
      "ntp_link": [
        37,
        9,
        2
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "left"
    }
  }
}