L
L
# ↪️ Pull Request When having a `json` or `js` file in web-accessible resources, parcel transforms and wrap them into `js` instead of keeping them as-is. ``` "web_accessible_resources": [{ "resources":...
Hi friends, Love darkreader, I've been a user since forever. Was looking for some way to contribute, and thought that maybe an automated submission pipeline for the release archive could...
Hi friends - Cool extension! I was looking for ways to contribute, and thought adding a bit more ci might help. This PR introduces a new github action workflow that...
# Pull Request Template ## Description Hi friends! Thanks for making this extension, it has been extremely helpful in my workflow. Was looking for some way to contribute, and thought...
## Details - [ ] closes # - [ ] If RFC, it has been approved for implementation. ### Code of Conduct - [x] I agree to follow this project's...
### How do you envision this feature/change to look/work like? ``` process.env.PLASMO_TARGET === "chrome-mv3" process.env.PLASMO_BROWSER === "chrome" process.env.PLASMO_MANIFEST_VERSION === "mv3" ``` ### What is the purpose of this change/feature? Why?...
### How do you envision this feature/change to look/work like? > pnpm create plasmo with-stripe The above command would clone the `with-stripe` example from the examples repository, and apply necessary...
### How do you envision this feature/change to look/work like? We are discussing how to solve this issue - TBA - [ ] #198 - [ ] Simplify the remount...
### How do you envision this feature/change to look/work like? A package that abstract out JWT flow (and other) for extension, allowing secure auth via message passing between background script...