From 8e59f7a41438f26bfa85954ddab131e849f6c201 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 18 Jun 2022 17:19:22 +0200 Subject: [PATCH] fix(versioning): Chrome extension version 1.3 --- chrome/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 3c1aedb..fbad4e4 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,10 +1,10 @@ { "name": "Disney+ PIP", "description": "Adds Picture-in-Picture (PIP) support for Disney+", - "version": "1.2", + "version": "1.3", "manifest_version": 3, "content_scripts": [{ "matches": ["https://*.disneyplus.com/*"], "js": ["assets/js/script.js"] }] -} \ No newline at end of file +}