@forge/manifest 13.1.1-next.0 → 13.1.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -33130,7 +33130,9 @@
|
|
|
33130
33130
|
"description": "Additional sandbox permissions to grant the app iframe, corresponding to HTML iframe sandbox attribute tokens.",
|
|
33131
33131
|
"items": {
|
|
33132
33132
|
"type": "string",
|
|
33133
|
-
"enum": [
|
|
33133
|
+
"enum": [
|
|
33134
|
+
"allow-storage-access-by-user-activation"
|
|
33135
|
+
]
|
|
33134
33136
|
},
|
|
33135
33137
|
"minItems": 0
|
|
33136
33138
|
}
|