Can a specific key in an application's LocalStorage be deleted without having to open the app?
I'm considering creating a batch file script for removing a particular key from the app's LocalStorage while the app is not running. The challenge lies in accessing the LocalStorage of the application externally. So far, it seems like a NodeJS script might be the solution.
The app is built with Vue and packaged within an Electron instance.
Any help or suggestions would be greatly valued!