We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2feb5 commit 413b26eCopy full SHA for 413b26e
public/manifest.schema.json
@@ -56,6 +56,23 @@
56
},
57
"type": "array"
58
59
+ "csp": {
60
+ "additionalProperties": {
61
+ "items": {
62
+ "type": "string"
63
+ },
64
+ "type": "array"
65
66
+ "description": "A mapping from CSP directives to URLs to allow.",
67
+ "examples": [
68
+ {
69
+ "script-src": [
70
+ "https://example.com"
71
+ ]
72
+ }
73
+ ],
74
+ "type": "object"
75
76
"dependencies": {
77
"description": "A list of extension IDs that are required for the extension to load.",
78
"items": {
0 commit comments