Swipe IQ | AI Tools for Tinder

Swipe IQ | AI Tools for Tinder

Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Swipe IQ | AI Tools for Tinder",
  "version": "1.4.0",
  "description": "Auto Swiper for Tinder: Elevate your dating game with AI-driven Auto Swiping for more matches & better dates.",
  "action": {
    "default_icon": "./assets/icon-32.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "./dist/background/index.mjs"
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "32": "./assets/icon-32.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "storage",
    "identity",
    "cookies",
    "debugger",
    "alarms"
  ],
  "host_permissions": [
    "*://tinder.com/*",
    "*://*.bumble.com/*",
    "*://maps.googleapis.com/*",
    "*://swipeiq.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://tinder.com/*",
        "*://*.bumble.com/*"
      ],
      "js": [
        "dist/contentScripts/index.global.js"
      ]
    },
    {
      "matches": [
        "*://swipeiq.app/*"
      ],
      "js": [
        "dist/contentScripts/login.js"
      ]
    },
    {
      "matches": [
        "*://tinder.com/*",
        "*://*.bumble.com/*"
      ],
      "js": [
        "dist/contentScripts/location-set.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "*://tinder.com/*",
        "*://*.bumble.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnBvRQRYhKkogDF2cYNqiFLqJEEKbYPCrHV56PrMUC4VHdfGCX42f8f1jfiu+xiOFFZUPHrqU7qdO+OOkcw8nCvu452wE8h3x8wIMOcc0MDiv+aFgPIRFQJ9DmIKrVA/exqDZvGZdsKgJK8IrdosQcMY81jlyxITBcrFiq9FYaVTBLccaHp/WllCJWUkU657Kt0GpEM1LXkT1M64UOfDlAQfbsO50p4caszGxKNBpO2q8FQYYI7mxv+T7wuWrrwczqrHo8Fgx6Q/mploBFNcssVWvKogv2yv1/5QOe3yGcR8ZF2kQINdbL5MIi/UqecBBNs/78N/oOeNNniqlJjKHLQIDAQAB",
  "oauth2": {
    "client_id": "1080776949544-grud3n9r7ivubs1ona0hhvbdm4bbtd10.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}