From 4da41d6f4a071f052c7078a7bc182df524259d2c Mon Sep 17 00:00:00 2001 From: Marvin Schopf Date: Sun, 31 Jan 2021 11:25:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Prettify=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 4877ffb..f316a65 100644 --- a/manifest.json +++ b/manifest.json @@ -1,17 +1,17 @@ { "manifest_version": 2, "name": "Disable Page Visibility API", - "version": "1.0.3", - "author": "Marvin Schopf", + "version": "1.0.3", + "author": "Marvin Schopf", "description": "Prevent websites from tracking whether you are currently in another tab/ window.", "content_scripts": [ { "matches": ["*://*/*"], "js": ["disable.js"] } - ], - "icons": { - "48": "icon.png", - "96": "icon@2x.png" - } + ], + "icons": { + "48": "icon.png", + "96": "icon@2x.png" + } }