Cupido

Cupido

Your smart wingman for tinder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cupido",
  "description": "Your smart wingman for tinder",
  "version": "1.4.8",
  "browser_action": {
    "default_icon": "assets/icons/cupido.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "*://tinder.com/*",
    "*://api.gotinder.com/*",
    "*://*.askcupido.com/*",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
  "background": {
    "scripts": [
      "assets/background/services/tinder.service.js",
      "assets/background/services/cupido.service.js",
      "assets/background/services/tinder-matches.service.js",
      "assets/background/services/autolike.js",
      "assets/background/main.js"
    ],
    "persistent": true
  }
}