This repository has been archived on 2023-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
redirect-extention-firefox/manifest.json
2022-12-15 21:01:26 +01:00

15 lines
368 B
JSON

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