Inspect and view changes in AWS Console Favorites Bar 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",
"name": "AWS Console Favorites Bar",
"version": "1.0.9",
"description": "Brings back AWS Console Favorites Bar.",
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"jquery-3.5.1.min.js",
"favorites.js"
],
"matches": [
"https://console.aws.amazon.com/*",
"https://*.console.aws.amazon.com/*"
],
"all_frames": true
}
],
"icons": {
"128": "icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"manifest_version": 2
}