PortClip

PortClip

This allows users to create clips right from the site they are browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PortClip",
  "description": "This allows users to create clips right from the site they are browsing.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "resources/wand-temp.png",
    "default_popup": "popup.html",
    "default_title": "Port Clip"
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' https://www.googleapis.com https://*.google.com https://copy-paste-50122.firebaseio.com/ https://s-usc1c-nss-231.firebaseio.com/ https://*.firebaseio.com/ https://gateway.zscalertwo.net https://us-central1-copy-paste-50122.cloudfunctions.net/* ; object-src 'self'"
}