This value maintains the unique ID of an extension, or theme when it is loaded during development.
https://developer.chrome.com/docs/extensions/reference/manifest/key
The key property of MV3 is generated from the private key file exported by Chrome when packing an extension for the first time. Currently, every time I apply the property, Chrome won't load the unpacked extension. I'm probably implementing it incorrectly
The
keyproperty of MV3 is generated from the private key file exported by Chrome when packing an extension for the first time. Currently, every time I apply the property, Chrome won't load the unpacked extension. I'm probably implementing it incorrectly