Guest User

manifest.json

a guest
Sep 11th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.34 KB | None | 0 0
  1. {
  2.   "name": "copyText",
  3.   "version": "1.0",
  4.   "manifest_version": 3,
  5.   "description": "Copy text / page source",
  6.   "permissions": ["scripting"],
  7.   "host_permissions": [
  8.     "http://*/*",
  9.     "https://*/*"
  10.   ],
  11.   "action": {
  12.     "default_icon": "icon19.png",
  13.     "default_title": "Copy text",
  14.     "default_popup": "popup.html"
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment