diff --git a/chrome/manifest.json b/chrome/manifest.json index 742c9bf..cbc89cf 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.7.4", + "version": "1.7.5", "description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus", "permissions": ["tabs", "storage", "activeTab", "scripting", "idle"], "host_permissions": [ diff --git a/firefox/manifest.json b/firefox/manifest.json index 0c91b71..3c52c88 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.7.4", + "version": "1.7.5", "description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus", "permissions": ["tabs", "storage", "activeTab", "scripting", "idle"], "browser_specific_settings": { diff --git a/package.json b/package.json index ab46064..c1bb774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.7.4", + "version": "1.7.5", "homepage": "https://github.com/drodil/youtube_auto_pause", "bugs": { "url": "https://github.com/drodil/youtube_auto_pause/issues",