Check Typo: AI Spell-checker

Check Typo: AI Spell-checker

CheckTypo: Spell check your posts in any language with a click. Ensure error-free, eloquent social media presence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "CheckTypo: Spell check your posts in any language with a click. Ensure error-free, eloquent social media presence.",
  "version": "0.0.4",
  "manifest_version": 3,
  "name": "Check Typo: AI Spell-checker",
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-32.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "host_permissions": [
    "https://checktypo.com/*"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://twitter.com//*",
        "https://twitter.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-32.png"
      ],
      "matches": []
    }
  ],
  "oauth2": {
    "client_id": "245752618587-igl40vkb0onn9l65rm3fgnbgmi440hjc.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "permissions": [
    "identity",
    "tabs"
  ]
}