
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
convert-manifest-format
Advanced tools
Converts from one v3 Manifest format to another (Chrome or Firefox)
Converts between Firefox and Chrome's flavor of WebExtensions Manifest v3.
The following changes may be made:
background.scripts
array,
while Chrome requires a background.service_worker
string.Note that if you are moving from Firefox, you should import all
of your scripts besides the main one so that there is only one
script left in background.scripts
.
See https://stackoverflow.com/a/75203925/271577 for more background.
If the Firefox mode is chosen and incognito: "split"
is found,
options will be given to keep, remove, or change the value (since
"split" is currently not supported).
If the Firefox mode is chosen, any options_page
value will be converted
to "options_ui": {"page": "..."}
.
npm i -D convert-manifest-format
To convert to Chrome:
convert-manifest-format --chrome
To convert to Firefox:
convert-manifest-format --firefox
You can control the output spacing as follows:
convert-manifest-format --firefox --spacing <FORMAT>
...where <FORMAT>
can be "tab" or the desired number of
spaces. The default is 2 spaces.
0.9.0
packageJsonPath
to cliBasics
FAQs
Converts from one v3 Manifest format to another (Chrome or Firefox)
The npm package convert-manifest-format receives a total of 7 weekly downloads. As such, convert-manifest-format popularity was classified as not popular.
We found that convert-manifest-format demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.