{ "manifest_version": 3, "name": "Form Copypasta", "description": "Copy and paste form element values. Not for distribution. Internal use only. Based on Copy Form (0.0.1.2) by Sam Larison.", "version": "0.1.0.035", "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true, "matches": [ "" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ] }