This extension is to be used to create Branch links from your Chrome browser.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/"
]
}