this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixes

alice ab9e2eb7 7e01163b

+3 -3
+1 -1
README.md
··· 22 22 23 23 ## Installation 24 24 25 - You can install it from the [Chrome Web Store](https://chromewebstore.google.com/detail/wormhole/aihndpeeoneojofmliffjknbegmipbim) or from [Firefox Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/at-wormhole/). 25 + You can install it from the [Chrome Web Store](https://chromewebstore.google.com/detail/wormhole/aihndpeeoneojofmliffjknbegmipbim) or from [Firefox Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/at-wormhole/).
+1 -1
package.json
··· 1 1 { 2 - "name": "at-wormhole-chrome", 2 + "name": "at-wormhole-webextension", 3 3 "private": true, 4 4 "scripts": { 5 5 "lint": "bunx eslint . --ignore-pattern 'dist/**/*'",
+1 -1
vite.config.ts
··· 39 39 fs.writeFileSync(mf, JSON.stringify(m, null, 2)); 40 40 console.log('✔️ Stripped service_worker for Firefox build'); 41 41 } 42 - const zipName = 'firefox-extension.zip'; 42 + const zipName = 'firefox-extension.xpi'; 43 43 const zipPath = path.resolve(process.cwd(), zipName); 44 44 if (fs.existsSync(zipPath)) fs.unlinkSync(zipPath); 45 45 execSync(`zip -r ../${zipName} . -x '*.DS_Store'`, { cwd: path.resolve(process.cwd(), 'dist') });