ASN- Supplemental Instruction

ASN- Supplemental Instruction

A Chrome extension to copy text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ASN- Supplemental Instruction",
  "version": "1.0",
  "description": "A Chrome extension to copy text",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "clipboardWrite"
  ]
}