One-click file attachment by file.kiwi

One-click file attachment by file.kiwi

Create a download link immediately and attach files anywhere, whether it's Gmail, Twitter, or Facebook.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "version": "1.54",
  "permissions": [
    "contextMenus",
    "scripting",
    "sidePanel",
    "activeTab"
  ],
  "externally_connectable": {
    "matches": [
      "*://file.kiwi/*",
      "*://localhost/*"
    ]
  },
  "background": {
    "service_worker": "bg.js"
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "138": "icon/128.png"
  },
  "minimum_chrome_version": "114.0",
  "manifest_version": 3,
  "default_locale": "en"
}