@forge/manifest

13.2.0-next.513.2.0-next.4-experimental-28c9ab7
CHANGELOG.md
~CHANGELOG.mdModified
+19−2
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,12 +1,29 @@
 # @forge/manifest
 
-## 13.2.0-next.5
+## 13.2.0-next.4-experimental-28c9ab7
 
 ### Minor Changes
 
-- 2b30ef8: Add SKILL.md file validation
+- 8826ca3: add personal apps support for Forge app creation
 
+### 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
+  ```
+
+- 5abe69e: add support for personal app installation contexts
+- 7195f29: Update manifest definitions
+- 3252a62: Update manifest definitions
+- c67b720: Update manifest definitions
+
 ## 13.2.0-next.4
 
 ### Patch Changes