LiteCompose - Write Light, Easy on Your Tab

LiteCompose - Write Light, Easy on Your Tab

Write without distractions right in your browser. Stay focused with offline, private, and ad-free writing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LiteCompose - Write Light, Easy on Your Tab",
  "description": "Write without distractions right in your browser. Stay focused with offline, private, and ad-free writing.",
  "version": "2.0.0",
  "manifest_version": 3,
  "author": "[email protected]",
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "Tap to Start Writing"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}