Premium - Black Dark Theme

Premium - Black Dark Theme

A premium theme that adds dark colour design scheme to Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_appName__",
  "link": "http://earth3dmap.com/",
  "version": "1.4",
  "default_locale": "en",
  "icons": {
    "128": "images/icon128.png"
  },
  "app": {
    "urls": [
      "http://earth3dmap.com/"
    ],
    "launch": {
      "web_url": "http://earth3dmap.com/?from=chrome-themes"
    }
  },
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg"
    },
    "colors": {
      "frame": [
        50,
        50,
        50
      ],
      "frame_inactive": [
        50,
        50,
        50
      ],
      "frame_incognito": [
        20,
        20,
        20
      ],
      "frame_incognito_inactive": [
        50,
        50,
        50
      ],
      "toolbar": [
        20,
        20,
        20
      ],
      "tab_text": [
        155,
        155,
        155
      ],
      "tab_background_text": [
        155,
        155,
        155
      ],
      "tab_background_text_incognito": [
        155,
        155,
        155
      ],
      "tab_background_text_inactive": [
        155,
        155,
        155
      ],
      "tab_background_text_incognito_inactive": [
        155,
        155,
        155
      ],
      "bookmark_text": [
        155,
        155,
        155
      ],
      "ntp_background": [
        20,
        20,
        20
      ],
      "ntp_text": [
        155,
        155,
        155
      ],
      "ntp_link": [
        155,
        155,
        155
      ],
      "button_background": [
        20,
        20,
        20
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.61
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  },
  "permissions": [
    "identity",
    "https://www.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "1058508673736-t7u4d91rub8qvpc3g9ohkseni5i5ljhq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}