Inspect and view changes in Obi Client Link 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
{
"name": "Obi Client Link",
"description": "Detect client information on client management tools and easily send that client to Obi.",
"version": "1.1.0",
"icons": {
"16": "assets/icon_w_16.png",
"48": "assets/icon_w_48.png",
"128": "assets/icon_w_128.png",
"512": "assets/icon_w_512.png"
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"vendors/onlineafspraken.nl/script.js"
],
"matches": [
"*://agenda.onlineafspraken.nl/*"
]
}
],
"content_scripts": [
{
"matches": [
"*://agenda.onlineafspraken.nl/*"
],
"run_at": "document_end",
"js": [
"vendors/onlineafspraken.nl/loadScript.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}