Yoink!

Yoink!

A browser extension to bulk select words and phrases on any webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yoink!",
  "version": "0.0.0.2",
  "description": "A browser extension to bulk select words and phrases on any webpage.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "web_accessible_resources": [
    "content.js",
    "content/content.css",
    "content/content.html"
  ],
  "manifest_version": 2
}