Global VPN Theme

Global VPN Theme

Working VPN / WorkingVPN inspired theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0",
  "manifest_version": 2,
  "name": "Global VPN Theme",
  "short_name": "VPN",
  "description": "Working VPN / WorkingVPN inspired theme",
  "author": "WorkingVPN™",
  "homepage_url": "https://workingvpn.com",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "background_tab": [
        34,
        34,
        34
      ],
      "background_tab_inactive": [
        78,
        78,
        78
      ],
      "background_tab_incognito": [
        30,
        30,
        30
      ],
      "background_tab_incognito_inactive": [
        60,
        60,
        60
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        34,
        34,
        34
      ],
      "frame_inactive": [
        78,
        78,
        78
      ],
      "frame_incognito": [
        27,
        27,
        27
      ],
      "frame_incognito_inactive": [
        50,
        50,
        50
      ],
      "ntp_background": [
        59,
        59,
        59
      ],
      "omnibox_background": [
        34,
        34,
        34
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        243,
        243,
        243
      ],
      "toolbar": [
        57,
        57,
        57
      ],
      "toolbar_button_icon": [
        237,
        237,
        237
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}