Branch Link Creator

Branch Link Creator

This extension is to be used to create Branch links from your Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Branch Link Creator",
  "version": "2.0.0",
  "description": "This extension is to be used to create Branch links from your Chrome browser.",
  "icons": {
    "128": "branch-icon.png"
  },
  "browser_action": {
    "default_icon": "branch-icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-s66rBQErQb3+qBRFq6YYELTrCyT8Tibnjw2o6KKBg2Y='; object-src 'self'",
  "permissions": [
    "storage",
    "tabs",
    "https://api.branch.io/"
  ]
}