autoclose-newtab/manifest.json

22 lines
372 B
JSON
Raw Normal View History

2020-10-13 19:03:08 +02:00
{
"manifest_version": 2,
"name": "Auto Close New Tab",
2020-10-13 19:08:24 +02:00
"version": "1.1",
2020-10-13 19:03:08 +02:00
"description": "Automatically closes the tab whenever you open a new tab.",
"homepage_url": "https://gitlab.com/ceda_ei/autoclose-newtab",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"tabs"
],
"background": {
"scripts": ["background.js"]
}
}