I’m trying to package a Chrome extension that includes native plugins for all OSes. What do I need to include in the manifest.json to get it to load in both 32 bit and 64 bit versions of Linux?
I’m trying to package a Chrome extension that includes native plugins for all OSes.
Share
I have answered a similar question in the past that you can look at as well: Google Chrome Extensions and NPAPI
If you want to package a Chrome extension that includes plugins for all OSes, including 32bit and 64bit versions you just list them sequentially. I would do something like the following within your manifest: