Pokemon Theme

Pokemon Theme

Pokemon Theme WallPaper for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.2",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "author": "Seiri",
  "theme": {
    "images": {
      "theme_ntp_background": "images/background.jpg"
    },
    "colors": {
      "frame": [
        85,
        212,
        203
      ],
      "toolbar": [
        255,
        221,
        0
      ],
      "toolbar_text": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        0,
        0,
        0
      ],
      "ntp_background": [
        85,
        212,
        203
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        255,
        255,
        255,
        0.5
      ],
      "button_background": [
        0,
        0,
        0,
        0.2
      ]
    }
  },
  "properties": {
    "ntp_background_alignment": "bottom left",
    "ntp_background_repeat": "no-repeat",
    "ntp_logo_alternate": 0
  },
  "tints": {
    "buttons": [
      0.5,
      0.5,
      0.5
    ],
    "frame": [
      0.5,
      0.5,
      0.5
    ],
    "frame_inactive": [
      0.5,
      0.5,
      0.5
    ],
    "frame_incognito": [
      0.5,
      0.5,
      0.5
    ],
    "frame_incognito_inactive": [
      0.5,
      0.5,
      0.5
    ],
    "background_tab": [
      0.5,
      0.5,
      0.5
    ]
  }
}