Matcheto: Tinder Auto Liker

Matcheto: Tinder Auto Liker

Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.3",
  "description": "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only",
  "name": "Matcheto: Tinder Auto Liker",
  "short_name": "Matcheto",
  "web_accessible_resources": [
    "images/*.png",
    "inject.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.tinder.com/*"
      ],
      "css": [
        "main.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2
}