AWS Favicons

AWS Favicons

Change AWS favicons per service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AWS Favicons",
  "version": "1.0.2",
  "description": "Change AWS favicons per service",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://console.aws.amazon.com/*",
        "https://*.console.aws.amazon.com/*"
      ],
      "js": [
        "favicons.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "favicons/*"
  ],
  "permissions": [
    "tabs",
    "https://console.aws.amazon.com/*"
  ]
}