Difree - distraction-free writer app

Difree - distraction-free writer app

Stay focused on writing with Difree, the ultimate distraction-free writer app for writers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Difree - distraction-free writer app",
  "description": "Stay focused on writing with Difree, the ultimate distraction-free writer app for writers.",
  "version": "1.3.0",
  "manifest_version": 3,
  "icons": {
    "32": "assets/logo32.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.svg"
      ],
      "matches": [
        "https://*/*",
        "file://*/*"
      ],
      "html": [
        "index.html"
      ]
    }
  ],
  "offline_enabled": true
}