Shynup AI — Email Compose Assistant Firefox

Examine source code of Shynup AI — Email Compose Assistant

Inspect and view changes in Shynup AI — Email Compose Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Shynup AI — Gmail Compose Assistant",
  "version": "1.2",
  "description": "AI-powered email composition assistant for Gmail. Write emails faster with AI.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://mail.google.com/*",
    "https://api.shynupai.com/*",
    "https://shynupai.com/*",
    "http://shynupai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://shynupai.com/*",
        "http://shynupai.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Shynup AI"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shynup-ai@shynupai.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "personalCommunications"
        ],
        "optional": []
      }
    }
  }
}

Best Shynup AI — Email Compose Assistant Alternatives

Here are some Firefox add-ons that are similar to Shynup AI — Email Compose Assistant: