AWS Console Title Bar Firefox

Examine source code of AWS Console Title Bar

By: just_AK
Inspect and view changes in AWS Console Title Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "7.8.19",
  "name": "AWS Console Title Bar",
  "description": "Add Additional information to the AWS title bar.",
  "action": {
    "default_title": "AWS Console Banner Information",
    "default_popup": "plugin_page/index.html",
    "default_icon": {
      "16": "icons/Logo-16.png",
      "32": "icons/Logo-32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1fcfda16-66ba-44db-adb4-09eaba9ab5ac}"
    }
  },
  "homepage_url": "https://github.com/just-ak/AWS-Console-Tittle-Bar",
  "manifest_version": 3,
  "icons": {
    "48": "icons/Logo-48.png",
    "128": "icons/Logo-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "content_pages.css"
      ],
      "js": [
        "scripts/content_pages_bundle.js"
      ],
      "matches": [
        "https://console.aws.amazon.com/*",
        "https://*.console.aws.amazon.com/*",
        "https://*.awsapps.com/start*"
      ],
      "all_frames": false
    }
  ],
  "options_ui": {
    "page": "preferences/index.html"
  },
  "permissions": [
    "storage",
    "contextualIdentities",
    "cookies"
  ]
}

Best AWS Console Title Bar Alternatives

Here are some Firefox add-ons that are similar to AWS Console Title Bar: