AI for Busy Email

AI for Busy Email

Use the science of Writing for Busy Readers to Rewrite text with the power of AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI for Busy Email",
  "version": "0.0.3",
  "description": "Use the science of Writing for Busy Readers to Rewrite text with the power of AI.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "scripting",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  }
}