Inspect and view changes in Lead BBO My Hands add-in source codes across current and past versions
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": "Lead BBO My Hands add-in",
"description": "This extension adds the lead to bridgebase.com \"My Hands\" page (traveller & tourney)",
"version": "1.0",
"author": "MAGsfc",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Add Lead"
},
"permissions": [
"https://www.bridgebase.com/myhands/hands.php"
]
}