Skip to content

Commit

Permalink
merge version details
Browse files Browse the repository at this point in the history
  • Loading branch information
siddish-reddy committed Nov 25, 2023
1 parent e6ab17f commit 21de710
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
33 changes: 13 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped with [`plasmo init`](https://www.npmjs.com/package/plasmo).
v0:

## Getting Started
1. extension boiler plate setup
2. on click: get current tab url -> open metaphor tab with query url
3. get scroll percentage and if 80%, show popup to see similar sites?

First, run the development server:

```bash
pnpm dev
# or
npm run dev
```
Pre AI wrapper:

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.
1. Personal indexing: BM25 of history, and the links mentioned in those pages.
2. If metaphor results are dumb, then fallback to results from history.

You can start editing the popup by modifying `popup.tsx`. It should auto-update as you make changes. To add an options page, simply add a `options.tsx` file to the root of the project, with a react component default exported. Likewise to add a content page, add a `content.ts` file to the root of the project, importing some module and do some logic, then reload the extension on your browser.

For further guidance, [visit our Documentation](https://docs.plasmo.com/)
---

## Making production build

Run the following:
This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped with [`plasmo init`](https://www.npmjs.com/package/plasmo).


```bash
pnpm build
pnpm dev
# or
npm run build
npm run dev
```

This should create a production bundle for your extension, ready to be zipped and published to the stores.

## Submit to the webstores

The easiest way to deploy your Plasmo extension is to use the built-in [bpp](https://bpp.browser.market) GitHub action. Prior to using this action however, make sure to build your extension and upload the first version to the store to establish the basic credentials. Then, simply follow [this setup instruction](https://docs.plasmo.com/framework/workflows/submit) and you should be on your way for automated submission!
Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.
11 changes: 0 additions & 11 deletions plan.md

This file was deleted.

0 comments on commit 21de710

Please sign in to comment.