OKCupid Like ALL the Things!

OKCupid Like ALL the Things!

Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_title": "OKCupid Like ALL the Things!"
  },
  "name": "OKCupid Like ALL the Things!",
  "description": "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.",
  "homepage_url": "https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.1",
  "manifest_version": 2
}