Phrases.ai (Early Adopter)

Phrases.ai (Early Adopter)

Turn anything into amazing English just by highlighting text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Turn anything into amazing English just by highlighting text.",
  "version": "0.2.4",
  "manifest_version": 3,
  "name": "Phrases.ai (Early Adopter)",
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  }
}