Quotsy - A Quote Manager

Quotsy - A Quote Manager

Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quotsy - A Quote Manager",
  "version": "0.0.12",
  "manifest_version": 2,
  "description": "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!",
  "permissions": [
    "contextMenus",
    "https://www.quotsy.net/*"
  ],
  "background": {
    "page": "html/background.html"
  },
  "icons": {
    "16": "images/contextQuotsy.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/quotePage.html"
  },
  "content_security_policy": "script-src 'self' http://127.0.0.1:8000 https://www.shopperspoll.com https://ajax.googleapis.com https://ssl.google-analytics.com; object-src 'self'"
}