right click lorem ipsum

right click lorem ipsum

*What's New in Version 1.3* Insert Today's Date: Quickly populate editable fields with today's date. Insert Future Date: Need a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "right click lorem ipsum",
  "version": "1.3",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting",
    "clipboardWrite"
  ],
  "action": {
    "default_icon": {
      "16": "RCLI24.png",
      "48": "RCLI48.png",
      "128": "RCLI128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}