Tiktak Games

Tiktak Games

Play popular Tiktak games in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tiktak Games",
  "description": "Play popular Tiktak games in new tab",
  "version": "0.8.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "games.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://html5.gamemonetize.com/*"
      ],
      "js": [
        "js/content_frame.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "logo-ext-16.png",
    "48": "logo-ext-48.png",
    "128": "logo-ext-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "logo-ext-16.png",
      "48": "logo-ext-48.png",
      "128": "logo-ext-128.png"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com https://tiktak.games; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.tiktak.games/*"
    ]
  },
  "manifest_version": 2,
  "permissions": [
    "storage"
  ]
}