@forge/manifest

13.1.013.1.1-next.0
CHANGELOG.md
~CHANGELOG.mdModified
+14
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,20 @@
 # @forge/manifest
 
+## 13.1.1-next.0
+
+### Patch Changes
+
+- 4c5ba1c: Add `permissions.sandbox` to the manifest schema. When `allow-storage-access-by-user-activation` is included in the `sandbox` array, the app iframe sandbox will include the corresponding token, enabling the app to request third-party storage access (e.g. cookies) via the Storage Access API when triggered by a user gesture.
+
+  Example usage:
+
+  ```yaml
+  permissions:
+    sandbox:
+      - allow-storage-access-by-user-activation
+  ```
+
 ## 13.1.0
 
 ### Minor Changes