mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
Set manifest version to 3
This commit is contained in:
parent
863fe386a1
commit
077117902b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "encora-tools",
|
"name": "encora-tools",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"description": "Adds extra features to the Encora trading site.",
|
"description": "Adds extra features to the Encora trading site.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "https://github.com/musicalbean/encora-tools.git",
|
"repository": "https://github.com/musicalbean/encora-tools.git",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
"name": "Encora Tools",
|
"name": "Encora Tools",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "assets/icons/tools-32.png",
|
"32": "assets/icons/tools-32.png",
|
||||||
@ -19,7 +19,13 @@
|
|||||||
"webRequest"
|
"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",
|
"__chrome|firefox__author": "musicalbean",
|
||||||
"__opera__developer": {
|
"__opera__developer": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user