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" }