From 408e0cbba0d4222038136b684e378ae8d000f1e0 Mon Sep 17 00:00:00 2001 From: sghsri Date: Sun, 17 Oct 2021 15:31:11 -0500 Subject: [PATCH] removed firefox key --- manifest.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 735abacd..6bdc599c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "UT Registration Plus", - "version": "1.2.2.6", + "version": "1.2.2.7", "options_page": "options.html", "description": "Improves the course registration process at the University of Texas at Austin!", "permissions": [ @@ -14,11 +14,6 @@ "*://*.registrar.utexas.edu/schedules/*", "*://*.login.utexas.edu/login/*" ], - "browser_specific_settings": { - "gecko": { - "id": "sghsri@gmail.com" - } - }, "content_scripts": [ { "css": ["css/styles.css"],