supermemory/apps/extension
2024-08-11 14:38:38 -07:00
..
content fix: infinite save issue and improve timer logic in ContentApp 2024-08-11 17:29:53 -04:00
public chore: bump extension version 2024-08-11 14:38:38 -07:00
.gitignore TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
background.ts made counter work, wait on ratelimits and handle errors gracefully 2024-08-09 22:44:48 -07:00
components.json use tabs 2024-07-16 19:26:47 -05:00
extension-env.d.ts TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
helpers.ts fix: entities urls might not be there 2024-08-05 18:38:00 -07:00
manifest.json chore: bump extension version 2024-08-11 14:38:38 -07:00
package.json chore: bump extension version 2024-08-11 14:38:38 -07:00
postcss.config.js use tabs 2024-07-16 19:26:47 -05:00
README.md TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
tailwind.config.ts better-extension 2024-07-04 10:49:42 -05:00
tsconfig.json use tabs 2024-07-16 19:26:47 -05:00

content-shadow-dom-tailwind

This project was bootstrapped with extension-create using the React-TypeScript template.

Scripts Available

In the project directory, you can run:

npm dev

// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev

npm start

// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once publihed.
npm start

npm build

// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build

Learn More

You can learn more in the extension-create documentation.