Update package.json and manifest

This commit is contained in:
MusicalBean 2023-08-26 21:37:21 -07:00
parent 1a016b4b95
commit cfc97a0be5
2 changed files with 8 additions and 9 deletions

View File

@ -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": {

View File

@ -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"
],