From 12167e2b42395c22a1f150b477bf6e59906b3bc4 Mon Sep 17 00:00:00 2001 From: Kacper Urbaniec Date: Fri, 23 Dec 2022 17:54:16 +0100 Subject: [PATCH] Removed temporary manifest --- manifest.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 0703033..0000000 --- a/manifest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "manifest_version": 3, - "version": "0.0.1", - "name": "Crunchyroll Dimming", - "description": "Remove screen dimming effect in Crunchyroll", - "content_scripts": [ - { - "matches": [ - "https://static.crunchyroll.com/vilos-v2/web/vilos/player.html*" - ], - "css": [ - "player.css" - ], - "all_frames": true, - "run_at": "document_start" - } - ] - } - \ No newline at end of file