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", "name": "encora-tools",
"version": "2.0.0", "version": "0.1.0",
"description": "Web extension starter using react and typescript", "description": "Adds extra features to the Encora trading site.",
"private": true, "private": true,
"repository": "https://github.com/abhijithvijayan/web-extension-starter.git", "repository": "https://github.com/musicalbean/encora-tools.git",
"author": { "author": {
"name": "abhijithvijayan", "name": "musicalbean",
"email": "email@abhijithvijayan.in", "email": "musicalbean@proton.me",
"url": "https://abhijithvijayan.in" "url": "https://musicalbean.carrd.co"
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@ -1,5 +1,5 @@
{ {
"manifest_version": 2, "manifest_version": "0.1.0",
"name": "Encora Tools", "name": "Encora Tools",
"version": "0.0.1", "version": "0.0.1",
@ -12,7 +12,6 @@
"short_name": "Encora Tools", "short_name": "Encora Tools",
"permissions": [ "permissions": [
"activeTab",
"storage", "storage",
"webRequest" "webRequest"
], ],