Dating App Wingwoman Pro

Dating App Wingwoman Pro

Writes your message in Tinder (and other sites) for you, 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 Wingwoman Pro",
  "short_name": "DAWingwoman",
  "version": "1.2.1",
  "description": "Writes your message in Tinder (and other sites) for you, contact save and more.",
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/product_icon_wingwoman_16.png",
      "32": "images/product_icon_wingwoman_32.png",
      "48": "images/product_icon_wingwoman_64.png",
      "128": "images/product_icon_wingwoman_128.png"
    },
    "default_title": "Dating App Wingwoman... used to help women with various online dating sites"
  },
  "icons": {
    "16": "images/product_icon_wingwoman_16.png",
    "32": "images/product_icon_wingwoman_32.png",
    "48": "images/product_icon_wingwoman_64.png",
    "128": "images/product_icon_wingwoman_128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "manifest_version": 2
}