mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
Update package.json and manifest
This commit is contained in:
parent
1a016b4b95
commit
cfc97a0be5
14
package.json
14
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": {
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user