Inspect and view changes in Available on Teams 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
{
"manifest_version": 3,
"name": "Available on Teams",
"description": "Remain Available on Microsoft Teams",
"version": "1.0.3",
"action": {
"default_popup": "src/html/interface.html"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https://*.teams.microsoft.com/*",
"https://*.teams.microsoft.com.mcas.ms/*"
],
"icons": {
"16": "src/images/teams-icon.png",
"128": "src/images/teams-icon.png"
},
"permissions": [
"storage",
"alarms",
"tabs",
"scripting",
"webRequest"
],
"update_url": "https://clients2.google.com/service/update2/crx"
}