move back to manifest version 2

firefox does not support manifest version 3 yet
This commit is contained in:
zombieFox 2021-08-21 21:26:32 +01:00
parent 63ba75f013
commit bb6c15a9a2

View File

@ -3,7 +3,7 @@
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "7.0.0",
"manifest_version": 3,
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},