-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrating manifest from v2 to v3 #33
Comments
Hi! I have not made any time lately to check the v3 migration and how many of the differences would affect RestMan, I'm open to feedback in that regard |
I am working on a browser extension that will be used to delete posts from a micro-blog platform. It is using restman's features to get the pages where posts are to be deleted. To do this, I cloned restman & migrated it to Manifest V3. I'm going to strip away most modules except the restman directoy, which is the one that has the features I require. If you want, I can share what I have. :] |
Hey @tactipus , that would be awesome! |
Thanks! So it loads to Chrome, but whenever I enter a URL in the input field, I get a connection error. Do you want me to do a PR and we can make a separate branch? |
Yes, you can make a PR and we can work it out there |
Hey! I made a PR. I think I did it right. If it gets added as a branch, I would like to see feedback from others to see if it works with Chrome V3. EDIT: I should have clarified something now that I'm looking at the features like the requests getter. There are probably gonna be some functions that are out of date. However, if you enter a URL & press the arrow then it gives you the request. |
Hi Joaquin, was looking over the Restman app and wondered if you have any thoughts about uppgrading to v3.
v3 has some different issues regarding the background/service_worker process.
thanks
The text was updated successfully, but these errors were encountered: