Copilot for Tinder & Bumble

Copilot for Tinder & Bumble

Have fulfilling chats and enjoy more dates thanks to a suite of AI tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.92664f1d.png",
    "32": "icon32.plasmo.3af1df34.png",
    "48": "icon48.plasmo.3c3de335.png",
    "64": "icon64.plasmo.106c7deb.png",
    "128": "icon128.plasmo.ef911860.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.92664f1d.png",
      "32": "icon32.plasmo.3af1df34.png",
      "48": "icon48.plasmo.3c3de335.png",
      "64": "icon64.plasmo.106c7deb.png",
      "128": "icon128.plasmo.ef911860.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2025.6.1",
  "author": "The Text App. <[email protected]>",
  "name": "Copilot for Tinder & Bumble",
  "description": "Have fulfilling chats and enjoy more dates thanks to a suite of AI tools.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "declarativeNetRequestWithHostAccess"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-main.b1ef0e94.js"
      ],
      "css": [],
      "world": "MAIN"
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-relay.39ce0b58.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "t-main.e96369ab.js"
      ],
      "css": [],
      "world": "MAIN"
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "t-relay.eb7ccc5d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-inline.98358fdf.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-loader.25fe9278.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "t-inline.47358aa2.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-translate-swipe-card.4e1685f4.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "t-loader.1f038ac8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "js": [
        "b-translate-bio.04fad27a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "js": [
        "t-translate-all.f5d53175.js"
      ],
      "css": []
    }
  ],
  "incognito": "not_allowed",
  "host_permissions": [
    "https://tinder.com/*",
    "https://*.gotinder.com/*",
    "https://*.bumble.com/*",
    "https://*.bumbcdn.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "trules",
        "path": "tinder-rules.76586cc5.json"
      },
      {
        "enabled": true,
        "id": "brules",
        "path": "bumble-rules.44950525.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "*://*.tinder.com/*",
        "*://*.bumble.com/*"
      ]
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://*.bumble.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    },
    {
      "matches": [
        "https://tinder.com/*"
      ],
      "resources": [
        "b-inline.44bf2035.css"
      ]
    }
  ]
}