Inspect and view changes in AutoGraphToken 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
{
"description": "Your ally for effortlessly obtaining and managing Microsoft Graph API authentication tokens with just one click.",
"manifest_version": 3,
"name": "AutoGraphToken",
"version": "1.0.15",
"permissions": [
"webRequest",
"clipboardWrite",
"storage",
"alarms",
"tabs"
],
"host_permissions": [
"https://*/*"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_icon": {
"16": "icons/16/token-black.png",
"32": "icons/32/token-black.png",
"48": "icons/48/token-black.png",
"96": "icons/96/token-black.png",
"128": "icons/128/token-black.png"
},
"default_title": "No Graph API token",
"default_popup": "popup/popup.html"
},
"icons": {
"16": "icons/16/token-blue.png",
"32": "icons/32/token-blue.png",
"48": "icons/48/token-blue.png",
"96": "icons/96/token-blue.png",
"128": "icons/128/token-blue.png"
},
"browser_specific_settings": {
"gecko": {
"id": "kevin.benis@alt-up.com",
"strict_min_version": "115.0"
}
}
}