Inspect and view changes in AWS Title Changer 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": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "AWS Title Changer",
"version": "1.2",
"description": "Change page title on AWS Management Console",
"icons": {
"19": "icon_19.png",
"48": "icon_48.png"
},
"background": {
"persistent": false,
"scripts": [
"aws_title_changer.js"
]
},
"permissions": [
"https://console.aws.amazon.com/*",
"webNavigation",
"tabs"
]
}