Auto Swipe & Message for tinder (English ver)

Auto Swipe & Message for tinder (English ver)

You can skip swipes and sending messages, and start from the conversation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Swipe & Message for tinder (English ver)",
  "short_name": "Auto SMt",
  "description": "You can skip swipes and sending messages, and start from the conversation.",
  "version": "1.0.4",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "css/style.css",
        "css/jquery.toast.min.css",
        "css/jquery.tagsinput.min.css",
        "css/jquery.modal.min.css"
      ],
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/jquery.toast.min.js",
        "js/jquery.tagsinput.min.js",
        "js/jquery.modal.min.js",
        "main.js"
      ],
      "matches": [
        "https://tinder.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}