unofficial port of the ln.ht bookmarklet to a chromium extension because i use arc and can't use bookmarklets >:C
1{ 2 "name": "ln.ht", 3 "description": "Unofficial port of the linkhut bookmarklet to a chrome extension", 4 "version": "1.0", 5 "manifest_version": 3, 6 "permissions": ["activeTab", "scripting"], 7 "action": { 8 "default_icon": "lnht.png" 9 }, 10 "background": { 11 "service_worker": "service-worker.js" 12 }, 13 "icons": { 14 "16": "images/icon-16.png", 15 "32": "images/icon-32.png", 16 "64": "images/icon-64.png", 17 "128": "images/icon-128.png" 18 } 19}