Dating App Wingman (autolike > auto message)

Dating App Wingman (autolike > auto message)

Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dating App Wingman (autolike > auto message)",
  "short_name": "DAWingman",
  "version": "1.2.1",
  "description": "Writes your message in Tinder (and other sites) for you, plus autoswipe, contact save and more.",
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/product_icon_16.png",
      "32": "images/product_icon_32.png",
      "48": "images/product_icon_64.png",
      "128": "images/product_icon_128.png"
    },
    "default_title": "Dating App Wingman... used to help with various online dating sites"
  },
  "icons": {
    "16": "images/product_icon_16.png",
    "32": "images/product_icon_32.png",
    "48": "images/product_icon_64.png",
    "128": "images/product_icon_128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "manifest_version": 2
}