AWS Accounts Manager

AWS Accounts Manager

A simple and secure Open Source Client Side AWS Accounts Manager! A Freelancer's dream

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.5",
  "author": "Sankalp Mukim <[email protected]>",
  "name": "AWS Accounts Manager",
  "description": "A simple and secure Open Source Client Side AWS Accounts Manager! A Freelancer's dream",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.aws.amazon.com/*"
      ],
      "js": [
        "content.b00d6d97.js"
      ],
      "run_at": "document_idle",
      "css": []
    }
  ],
  "host_permissions": [
    "*://*.aws.amazon.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.aws.amazon.com/*"
      ],
      "resources": [
        "inject.2129a5cd.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}