Examine source code of Persona 2: Innocent Sin - Cityscape Theme

Inspect and view changes in Persona 2: Innocent Sin - Cityscape 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": "Persona 2: Innocent Sin - Cityscape Theme",
  "short_name": "P2: IS - Cityscape",
  "description": "Google Chrome theme for Persona 2 Innocent Sin",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_button_background": "images/button_background.png"
    },
    "colors": {
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_header": [
        0,
        31,
        59
      ],
      "ntp_section_link": [
        0,
        31,
        59
      ],
      "ntp_section_text": [
        10,
        17,
        27
      ],
      "ntp_background": [
        57,
        4,
        7
      ],
      "frame": [
        121,
        4,
        6
      ],
      "frame_inactive": [
        121,
        4,
        6
      ],
      "toolbar": [
        188,
        29,
        41
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        10,
        17,
        27
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ],
      "frame_inactive": [
        0.3,
        0.3,
        0.3
      ],
      "frame_incognito_inactive": [
        0.5,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat-x"
    }
  }
}