In a WebExtension’s background.js script, how can I access values from manifest.json?
Suppose I’m maintaining a WebExtension, with a Manifest V2 file. My extension has a background.js
script which sets all sorts of things up. Now, I want to access arbitrary key-value pairs from my extension’s manifest.json
file, within the background.js
script.