manifest.json 452 B

1234567891011121314151617181920
  1. {
  2. "manifest_version": 2,
  3. "applications": {
  4. "gecko": {
  5. "id": "clipboard@scaniatm.net",
  6. "strict_min_version": "68.0"
  7. }
  8. },
  9. "name": "Attach from Clipboard",
  10. "description": "Create message attachments directly from the system clipboard.",
  11. "version": "1.3.68",
  12. "homepage_url": "https://scaniatm.net",
  13. "icons": {
  14. "48": "chrome/skin/icon.svg",
  15. "96": "chrome/skin/icon.svg"
  16. },
  17. "legacy": {
  18. "type": "xul"
  19. }
  20. }