Identifi Link Catcher

Identifi Link Catcher

Link catcher for blogs & articles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Identifi Link Catcher",
  "version": "0.1.5",
  "description": "Link catcher for blogs & articles",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    "index.html"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https://cdn.heapanalytics.com"
}