@forge/manifest
13.1.1-next.013.1.1-next.1
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+3−1
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -33129,9 +33129,11 @@
"title": "sandbox",
"description": "Additional sandbox permissions to grant the app iframe, corresponding to HTML iframe sandbox attribute tokens.",
"items": {
"type": "string",
- "enum": ["allow-storage-access-by-user-activation"]
+ "enum": [
+ "allow-storage-access-by-user-activation"
+ ]
},
"minItems": 0
}
}