From a07669a7a1678798aa8a47bd32198cdb8b98b04d Mon Sep 17 00:00:00 2001 From: Inpyo Lee Date: Fri, 6 Jan 2023 22:25:40 -0500 Subject: [PATCH] remove uncessary matches --- manifest.json | 2 -- package-lock.json | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 80c5518..2fbd5c1 100644 --- a/manifest.json +++ b/manifest.json @@ -11,8 +11,6 @@ "content_scripts": [ { "matches": [ - "https://parents.montville.net/*", - "https://parents.genesisedu.com/*", "https://*.genesisedu.net/*tab3=weeklysummary*" ], "js": [ diff --git a/package-lock.json b/package-lock.json index 2875984..91dc03f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,9 +1,13 @@ { - "name": "DemarestGPA", + "name": "demarestgpa", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { + "name": "demarestgpa", + "version": "1.2.0", + "license": "ISC", "devDependencies": { "tailwindcss": "^3.2.4" }