Share URL to Apple Notes

Share URL to Apple Notes

Share URL to Apple Notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Share URL to Apple Notes",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Share URL to Apple Notes",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "H_SHODO.png"
  },
  "browser_action": {
    "default_icon": "H_SHODO.png"
  },
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "tabs"
  ]
}