Grammarly Dark

Grammarly Dark

A dark theme for Grammarly documents.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grammarly Dark",
  "description": "A dark theme for Grammarly documents.",
  "version": "1.0.12",
  "content_scripts": [
    {
      "matches": [
        "https://app.grammarly.com/*",
        "https://account.grammarly.com/*"
      ],
      "css": [
        "index.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}