Inspect and view changes in CloudKeeper - Credential Helper 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,
"author": "CloudKeeper",
"homepage_url": "https://app.cloudkeeper.com",
"name": "CloudKeeper - Credential Helper",
"description": "AWS SSO External AWS Account - STS Keys Generator",
"version": "1.3.0",
"icons": {
"32": "icons/icon_crop_128.png",
"128": "icons/icon_crop_128.png"
},
"action": {
"default_icon": "icons/icon_crop_128.png",
"default_popup": "popup/popup.html"
},
"background": {
"service_worker": "script.js"
},
"permissions": [
"webRequest",
"storage",
"webNavigation"
],
"host_permissions": [
"https://signin.aws.amazon.com/saml"
]
}