Mytab

Mytab

Massive HD 4K wallpaper themes,Choose the interface as you like. It includes a variety of powerful and useful gadgets,Free for life!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    },
    "default_title": "__MSG_extTitle__"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "66",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'sha256-8NFFT9pL5PV5nSoTgSjFrBeG7B4/doneTOzsbIlrLyw=' 'unsafe-eval'; object-src 'self'",
  "version": "1.16.0",
  "permissions": [
    "chrome://favicon/"
  ],
  "optional_permissions": [
    "management",
    "topSites",
    "https://google.com/complete/search",
    "https://www.baidu.com/sugrec",
    "https://mytab.me/apis/games/"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApHY+40edacHgJrhlPnmBj9+Og0pRsfMdMkPlQUWIc+l+IpwNozIhQzJGakV4Fvtej3qDTiDv7mrpMGzpv2n92F1wNeTOseeYAqQoaxiY2SaIcCXh2j5BpOd3YpLcxQqZMRs8Rn0fcLJK0GSFk85j7ilyb3IvS9P7Rz90Ya2Fu08cmqvlWycz3B5WPTvo/l6vPOEtbaxohhRuDOw5I+33wMu2QRhSHvUDZK319NNisKtUTzWaGepci9N38Icliov5HTTDU9BQ+XcCzxkx11pJrmrJeB5mT28mq3zBLibm/XpfmMNeUw9b2XB6Z9u85abkz8yl+Xpthr+5RdrxDhFBuQIDAQAB"
}