This software is addressed to the users of Bridge Base Online service (www.bridgebase.com) who practice an artificial bidding system requiring frequent alerts.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "BBOalert",
"description": "Auto alert on BBO",
"version": "9.0.0.6",
"icons": {
"16": "BBOalert16.png",
"48": "BBOalert48.png",
"128": "BBOalert128.png"
},
"web_accessible_resources": [
{
"resources": [
"iframe/globals.js",
"iframe/BBO_DOM.js",
"iframe/blogspot.js",
"iframe/functions.js",
"iframe/BBOalertData.js",
"iframe/BBOalert.js",
"iframe/BBOalertFind.js",
"iframe/BBOalertConfig.js",
"iframe/custom_syntax.js",
"iframe/BBOalertUI.js",
"iframe/BBOalertOptions.js",
"iframe/BBOobserver.js",
"iframe/BBOobserverHandlers.js",
"iframe/webStorage.js",
"iframe/BBOalertPlugin.js",
"iframe/init.js"
],
"matches": [
"https://*/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{1c6494f5-d8e3-4877-a269-2adf40fc1f9a}"
}
},
"content_scripts": [
{
"matches": [
"https://docs.google.com/*",
"https://drive.google.com/file/d/*/preview",
"*://www.bridgebase.com/v3/*"
],
"css": [
"BBOalert.css"
],
"js": [
"jquery-3.5.1.min.js",
"googleDocs.js",
"BBOalertIframe.js",
"main.js"
],
"all_frames": true
}
]
}