its for when you want to get like notifications for your reposts
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>bsky repost likes</title> 7 <meta name="manifest.type" content="browser_action" /> 8 </head> 9 <body style="width: 60ch"> 10 <div id="root"></div> 11 <script type="module" src="./main.tsx"></script> 12 </body> 13</html>