{
"name": "redirect",
"version": "0.1.0",
"description": "create a redirect directly",
"permissions": ["storage", "tabs"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "assets/my-icon.png",
"default_title": "redirect",
"default_popup": "popup.html"
"manifest_version": 3
}