Share on Identifi

Share on Identifi

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": "Share on Identifi",
  "version": "0.2.15",
  "description": "Link catcher for blogs & articles",
  "host_permissions": [
    "https://app.identifi.com/*"
  ],
  "permissions": [
    "tabs",
    "cookies"
  ],
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "content_security_policy": {
    "object-src": "self"
  }
}