Examine source code of Arc Dark

Inspect and view changes in Arc Dark 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",
  "description": "Arc-Dark theme for Chrome/Chromium",
  "manifest_version": 2,
  "name": "Arc Dark",
  "theme": {
    "colors": {
      "bookmark_text": [
        238,
        238,
        238
      ],
      "frame": [
        47,
        52,
        63
      ],
      "frame_inactive": [
        37,
        42,
        50
      ],
      "frame_incognito": [
        47,
        52,
        63
      ],
      "frame_incognito_inactive": [
        37,
        42,
        50
      ],
      "ntp_background": [
        64,
        69,
        82
      ],
      "tab_background_text": [
        190,
        190,
        190
      ],
      "tab_text": [
        238,
        238,
        238
      ],
      "toolbar": [
        47,
        52,
        63
      ]
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        0.4
      ]
    }
  },
  "version": "1.3"
}