From d764005a542e145e9f38a46e7ce43a418dfb97e5 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Wed, 28 Jul 2021 10:38:33 +1000 Subject: [PATCH] no more fortnite!!!! --- manifest.json | 10 +--------- todo.txt | 3 --- updates.json | 4 ++++ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 28085c7..591d866 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.6", + "version": "1.7", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", @@ -15,14 +15,6 @@ "styles/news.ycombinator.com.css" ] }, - { - "matches": [ - "*://*.google.com/search?*" - ], - "css": [ - "styles/google.com.css" - ] - }, { "matches": [ "*://*.wikipedia.org/wiki/*" diff --git a/todo.txt b/todo.txt index 0e4080d..d5e120f 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,2 @@ -google.com - - better colour scheme for highlighted info? - wikipedia.com - main page coloured boxes \ No newline at end of file diff --git a/updates.json b/updates.json index 329126e..cd7642a 100644 --- a/updates.json +++ b/updates.json @@ -40,6 +40,10 @@ { "version": "1.6", "update_link": "https://github.com/italicsjenga/injections/releases/download/1.6/injections-1.6.xpi" + }, + { + "version": "1.7", + "update_link": "https://github.com/italicsjenga/injections/releases/download/1.7/injections-1.7.xpi" } ] }