Draft by Slite

Draft by Slite

Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Draft by Slite",
  "short_name": "Draft",
  "version": "3.0.0",
  "description": "Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace.",
  "author": "Slite Inc.",
  "icons": {
    "128": "icon128.e30e8ff4.png"
  },
  "chrome_url_overrides": {
    "newtab": "up_/index.html"
  },
  "background": {
    "service_worker": "serviceWorker.554bd126.js",
    "type": "module"
  },
  "action": {
    "default_title": "Open Draft",
    "default_icon": {
      "16": "icon16.85616d8a.png",
      "32": "icon32.7e12f139.png",
      "48": "icon48.c8f63b62.png"
    }
  },
  "host_permissions": [
    "https://*.slite.com/*",
    "https://slite.com/*"
  ],
  "permissions": [
    "webRequest",
    "storage",
    "declarativeNetRequest"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "up_/index.html"
      ],
      "matches": []
    }
  ]
}