mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
Set manifest version to 3
This commit is contained in:
parent
863fe386a1
commit
077117902b
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user