IO Games @ Titotu.io

IO Games @ Titotu.io

Experience endless fun with the best IO games. All in one place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.3",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "http://titotu.io",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "__MSG_appShortName__",
    "default_popup": "html/popup.html"
  },
  "permissions": [],
  "host_permissions": [
    "https://fonts.googleapis.com/*",
    "https://fonts.gstatic.com/*",
    "https://cdnjs.cloudflare.com/*",
    "https://*.titotu.io/*",
    "http://*.titotu.io/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://titotu.io/*",
        "*://titotu.ru/*"
      ],
      "js": [
        "js/inject.js"
      ]
    }
  ]
}