Hello,
I have a chrome extension that requires some key:value pairs stored in global storage. Is there an example plist to deploy an extension and defined key:value pairs which are stored in global storage on Chrome?
The extensions loads the key:value pair via the storage framework - localStorage.getItem. If they are present, the extension will auto-populate some required functionality.
Users can manually populate these values, however I'd like for the ability to define this via the plist.