Share to Native Apps

Share to Native Apps

Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "sw.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Share to Native Apps"
  },
  "description": "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "Share to Native Apps",
  "version": "1.0.3",
  "minimum_chrome_version": "93",
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "contextMenus",
    "scripting",
    "declarativeContent"
  ],
  "homepage_url": "https://browsernative.com/web-share-api-extension/"
}