Masked Email Manager

Masked Email Manager

A web extension to manage your Fastmail masked emails

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Masked Email Manager",
  "version": "1.3.7",
  "description": "A web extension to manage your Fastmail masked emails",
  "options_ui": {
    "page": "src/pages/options/index.html"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon34.png"
  },
  "icons": {
    "34": "icon34.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "contentStyle.css",
        "icon128.png",
        "icon34.png",
        "icon48.png"
      ],
      "matches": []
    }
  ]
}