Inspect and view changes in Callgear 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": 3,
"name": "Callgear",
"description": "Softphone widget",
"version": "1.2.4",
"version_name": "cg-dub 2024-07-25 09:05:37 +0000 +0000",
"background": {
"service_worker": "background/static/js/index.js",
"type": "module"
},
"host_permissions": [
"https://uc-sso-dub-api.callgear.ae/*",
"https://cg-dub-softphone-server-rest-api.callgear.ae/*"
],
"permissions": [
"activeTab",
"identity",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "favicon/usa.png"
},
"content_scripts": [
{
"js": [
"softphone/static/js/index.js"
],
"all_frames": true,
"matches": [
"https://*/*"
]
}
],
"icons": {
"128": "favicon/usa.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqovqv2Hn174TEj69TIj5wdmSbc6tflfbCeQf8BYRuYglhEjNj7yZuhcJh63QVBFDKyvvAZuCD6ZDOQ3syaO6crWmQNajGWl27npBx8CcinOOBV6U7ccMwA4rg/4saKumPUg9NQhLiE/TRrI70GNDvuZUH93bhgjwQIiiZgVjxR476X83CjFmteORjLNchmsoifY0Ayjf+DmzCf3PGOfOPE+YwOAr/yX2+GtoV4Ln3RJnHnZw6t+AGiDIYswcEWHx5batYYrmp7SP8/VIQsmKVJ67sSWX3HcjLKD9Gp2ycPoybyJFJgljl13DGrEYCv4SlfXvzSH3gUIa8adXVqCatQIDAQAB"
}