Skip to content

Commit 413b26e

Browse files
committed
Update manifest schema
1 parent cf2feb5 commit 413b26e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

public/manifest.schema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,23 @@
5656
},
5757
"type": "array"
5858
},
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+
},
5976
"dependencies": {
6077
"description": "A list of extension IDs that are required for the extension to load.",
6178
"items": {

0 commit comments

Comments
 (0)