Skip to main content
Question

Publish Chrome Extension with key:value pairs in Global Storage via PLIST

  • August 16, 2021
  • 0 replies
  • 4 views

Forum|alt.badge.img+1

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.