Scribe

Scribe

Seamlessly compile text from web sources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scribe",
  "description": "Seamlessly compile text from web sources.",
  "version": "2.1.3",
  "browser_action": {
    "default_icon": "note.png",
    "default_popup": "drop_down.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "note.png"
  },
  "background": {
    "scripts": [
      "thirdParty/jquery-3.1.1.min.js",
      "thirdParty/bootstrap.min.js",
      "sendText.js"
    ]
  }
}