@forge/manifest
13.2.0-next.413.1.1-next.2-experimental-0949616
CHANGELOG.md~
CHANGELOG.mdModified+10−9
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,22 +1,23 @@
# @forge/manifest
-## 13.2.0-next.4
+## 13.1.1-next.2-experimental-0949616
### Patch Changes
-- 5abe69e: add support for personal app installation contexts
+- 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.
-## 13.2.0-next.3
+ Example usage:
-### Minor Changes
+ ```yaml
+ permissions:
+ sandbox:
+ - allow-storage-access-by-user-activation
+ ```
-- 8826ca3: add personal apps support for Forge app creation
+- 7195f29: Update manifest definitions
+- 3252a62: Update manifest definitions
-### Patch Changes
-
-- c67b720: Update manifest definitions
-
## 13.1.1-next.2
### Patch Changes