| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "manifest_version": 2,
- "name": "Attach from Clipboard",
- "description": "Create message attachments directly from the system clipboard.",
- "version": "1.78.1",
- "author": "Michael Ganss",
- "homepage_url": "https://www.updatestar.com/dl/clipboard/clipboard.html",
- "applications": {
- "gecko": {
- "id": "clipboard@ganss.org",
- "strict_min_version": "78.0"
- }
- },
- "icons": {
- "32": "chrome/skin/icon.svg",
- "48": "chrome/skin/icon.svg",
- "96": "chrome/skin/icon.svg"
- },
- "experiment_apis": {
- "WindowListener": {
- "schema": "api/WindowListener/schema.json",
- "parent": {
- "scopes": ["addon_parent"],
- "paths": [["WindowListener"]],
- "script": "api/WindowListener/implementation.js"
- }
- }
- },
- "background": {
- "scripts": [
- "background.js"
- ]
- },
- "default_locale": "en",
- "permissions": ["clipboardRead"]
- }
|