Writingmate: #1 AI Copilot powered by GPT-4

Writingmate: #1 AI Copilot powered by GPT-4

Writingmate AI Copilot Chatbot by ChatGPT, OpenAI, Claude: Translate English, Chat Chatting GPT, Check Grammar, Rewrite

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.7.1",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "identity",
    "activeTab"
  ],
  "action": {
    "default_title": "Writingmate.ai",
    "default_icon": "icons/icon96.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "icons/*",
        "index.html",
        "chat.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+M"
      },
      "description": "Open Writingmate"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/mail/*"
      ],
      "js": [
        "gmail.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content.js"
      ],
      "exclude_globs": [
        "https://youtube.*",
        "https://*.youtube.*/watch*",
        "https://youtu.be/watch*",
        "https://*.youtu.be/watch*",
        "https://accounts.google.com/*",
        "https://mantine.dev/*",
        "https://*.mantine.dev/*",
        "https://civitai.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon96.png",
    "48": "icons/icon96.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApIgUg3aMt1X8a9wfKOnoAFMlujSaDRNksLx9v/Ltva/detO2uLzLCaVIkxHfNwlK1G/76IivMbbH7Q9rFNuj8GXu+i9ktXV9MaUYW9iB9gaWhrnKBCCLRUJX8nCi10NKjotVD8sHVbd2xOi6XvUIwC5rAkH37HUB31Mny2MmomdF1kdek/3onBtydacJn9hcngKKY4naYi22NqJcdF4nz8iQ4TLMGuSkBcGxg2Rd386MvRCNTUSj+/4KDIeZvhnhE+nmduYASAT1HW5C9KPOpa3Af4jBi1x3VtbwwJK5dK+ArXujgZN4YzweUH3KTpKw0EnVBqvd/svlpCi/fYXSCwIDAQAB",
  "oauth2": {
    "client_id": "414834096175-b69c2u4073crujk4mnme44a027rgpvse.apps.googleusercontent.com",
    "scopes": [
      "profile email",
      "https://www.googleapis.com/auth/drive.file"
    ]
  }
}