diff --git a/package.json b/package.json index c51e0de..0951d29 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "web-extension-starter", - "version": "2.0.0", - "description": "Web extension starter using react and typescript", + "name": "encora-tools", + "version": "0.1.0", + "description": "Adds extra features to the Encora trading site.", "private": true, - "repository": "https://github.com/abhijithvijayan/web-extension-starter.git", + "repository": "https://github.com/musicalbean/encora-tools.git", "author": { - "name": "abhijithvijayan", - "email": "email@abhijithvijayan.in", - "url": "https://abhijithvijayan.in" + "name": "musicalbean", + "email": "musicalbean@proton.me", + "url": "https://musicalbean.carrd.co" }, "license": "MIT", "engines": { diff --git a/source/manifest.json b/source/manifest.json index b5c73fd..aa61fec 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": 2, + "manifest_version": "0.1.0", "name": "Encora Tools", "version": "0.0.1", @@ -12,7 +12,6 @@ "short_name": "Encora Tools", "permissions": [ - "activeTab", "storage", "webRequest" ],