Free tool
Chrome extension Manifest V3 generator
Build a valid manifest.json from a simple form. Pick permissions, set your service worker, and get a clean Manifest V3 file — with inline warnings for the permissions that scare users away.
manifest.json
{
"manifest_version": 3,
"name": "My Extension",
"version": "1.0.0",
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
}How it works
From form to manifest in three steps.
- 01
Fill in the basics
Name, version, description, and your background service worker file.
- 02
Pick permissions
Toggle the permissions you need — flagged ones trigger a strong install warning.
- 03
Copy or download
Drop the generated
manifest.jsonstraight into your project root.
FAQ
Manifest V3, explained.
Shipped it? Now learn why users leave.
A lean manifest gets the install. UserFeed tells you what happens next — a branded uninstall feedback form and drop-off funnel, free for one extension.
Explore UserFeed