fix video background pause for collapsed group

This commit is contained in:
zombieFox 2021-09-24 12:23:32 +01:00
parent 812669cdcf
commit 972976a69a
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "7.1.0",
"version": "7.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "7.1.0",
"version": "7.1.1",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
export const version = {};
version.number = '7.1.0';
version.number = '7.1.1';
version.name = 'Delightful Komodo Dragon';

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"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.1.0",
"version": "7.1.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"