Web clipper powered by the AT Protocol
at main 13 lines 236 B view raw
1{ 2 "manifest_version": 3, 3 4 "name": "Contrail", 5 "description": "Clip links with the AT Protocol", 6 "version": "0.0.1", 7 8 "action": { 9 "default_popup": "public/popup.html" 10 }, 11 12 "permissions": ["activeTab"] 13}