Examine source code of Kamen Rider Fourze Motivational Theme

Inspect and view changes in Kamen Rider Fourze Motivational 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": 2,
  "version": "1.0",
  "name": "Kamen Rider Fourze Motivational Theme",
  "theme": {
    "images": {
      "theme_ntp_background": "Fourze_ntp_bg.png",
      "theme_frame": "theme_frame.png",
      "theme_tab_background": "inactive_tab.png",
      "theme_toolbar": "active_tab.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        18
      ],
      "tab_text": [
        219,
        229,
        237
      ],
      "button_background": [
        7,
        16,
        82
      ],
      "ntp_link": [
        219,
        229,
        237
      ],
      "tab_background_text": [
        219,
        229,
        237
      ],
      "bookmark_text": [
        219,
        229,
        237
      ],
      "ntp_background": [
        0,
        0,
        18
      ],
      "ntp_text": [
        219,
        229,
        237
      ],
      "toolbar": [
        0,
        0,
        18
      ]
    },
    "tints": {
      "background_tab": [
        -1,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "left bottom"
    }
  }
}