Pokemon Go

Pokemon Go

Pokemon theme. Enjoy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2",
  "name": "Pokemon Go",
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_inactive.png",
      "theme_frame": "images/theme_frame_black.png",
      "theme_toolbar": "images/theme_toolbar_black.png",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.png"
    },
    "colors": {
      "frame": [
        245,
        238,
        157
      ],
      "frame_inactive": [
        61,
        158,
        191
      ],
      "toolbar": [
        245,
        238,
        157
      ],
      "tab_text": [
        248,
        58,
        32
      ],
      "tab_background_text": [
        61,
        158,
        191
      ],
      "bookmark_text": [
        245,
        238,
        157
      ],
      "ntp_text": [
        245,
        238,
        157
      ],
      "ntp_link": [
        245,
        238,
        157
      ],
      "ntp_section": [
        61,
        158,
        191
      ],
      "button_background": [
        30,
        15,
        10
      ],
      "ntp_background": [
        245,
        238,
        157
      ]
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "tints": {
      "buttons": [
        61,
        158,
        191
      ]
    }
  }
}