Athena – AI for Writing Emails 10X Faster

Athena – AI for Writing Emails 10X Faster

Introducing Athena 🦉, the ultimate writing assistant for Gmail! 🚀 Boost your productivity and creativity with your own personal…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Athena – AI for Writing Emails 10X Faster",
  "version": "0.2",
  "description": "",
  "icons": {
    "16": "icon16.263b34f7.png",
    "32": "icon32.f2b23a34.png",
    "48": "icon48.7c07bde0.png",
    "128": "icon128.4f9c4333.png"
  },
  "background": {
    "service_worker": "background.3eb336dd.js"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://mail.google.com/"
  ],
  "action": {
    "default_popup": "popup.a346ace6.html",
    "default_title": "Athena"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.08f403d3.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "MagicWand2.18fb71a8.png"
      ]
    }
  ]
}