TukTuk - Shop Online & Earn Crypto

TukTuk - Shop Online & Earn Crypto

Shop normally at your favourite online stores and earn Crypto on every purchase

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "TukTuk",
  "version": "1.0.1",
  "description": "__MSG_extDesc__",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "/assets/media/icons/tuktuk-icon-not-active-48x48.png",
    "48": "/assets/media/icons/tuktuk-icon-not-active-48x48.png",
    "128": "/assets/media/icons/tuktuk-icon-not-active-128x128.png"
  },
  "default_locale": "en",
  "action": {
    "default_popup": "index.html?#/popup/notifications/redirect",
    "default_title": "TukTuk - Earn free crypto"
  },
  "content_scripts": [
    {
      "js": [
        "tuktuk-button.js"
      ],
      "css": [],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/media/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_security_policy": {
    "extension_pages": "style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';"
  },
  "externally_connectable": {
    "matches": [
      "https://www.tuktuk.com/*",
      "https://tuktuk-staging.web.app/*"
    ]
  }
}