supermemory/apps/an-extension
2024-06-04 21:08:22 +05:30
..
content Implement extension 2024-06-04 21:08:22 +05:30
public/icon Implement extension 2024-06-04 21:08:22 +05:30
background.ts Implement extension 2024-06-04 21:08:22 +05:30
extension-env.d.ts Add Extension Template 2024-06-02 19:54:55 +05:30
index.html Implemented Highlight in Extension 2024-06-03 09:14:28 +05:30
manifest.json Implemented Highlight in Extension 2024-06-03 09:14:28 +05:30
package.json Add Extension Template 2024-06-02 19:54:55 +05:30
postcss.config.js Add Extension Template 2024-06-02 19:54:55 +05:30
README.md Add Extension Template 2024-06-02 19:54:55 +05:30
tailwind.config.js Implement extension 2024-06-04 21:08:22 +05:30
tsconfig.json Implement extension 2024-06-04 21:08:22 +05:30

an-extension

This project was bootstrapped using the Extension.js 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 published.
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.js documentation.