Set manifest version to 3

This commit is contained in:
MusicalBean 2023-08-27 07:57:11 -07:00
parent 863fe386a1
commit 077117902b
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "encora-tools",
"version": "0.2.2",
"version": "0.2.3",
"description": "Adds extra features to the Encora trading site.",
"private": true,
"repository": "https://github.com/musicalbean/encora-tools.git",

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Encora Tools",
"version": "0.2.2",
"version": "0.2.3",
"icons": {
"32": "assets/icons/tools-32.png",
@ -19,7 +19,13 @@
"webRequest"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"host_permissions": [
"https://encora.it/"
],
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"__chrome|firefox__author": "musicalbean",
"__opera__developer": {