@forge/manifest
13.1.013.1.1-next.0
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+10
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -33122,8 +33122,18 @@
}
}
}
}
+ },
+ "sandbox": {
+ "type": "array",
+ "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"]
+ },
+ "minItems": 0
}
}
},
"HostedResourcesSchema": {