@forge/manifest
13.1.1-next.2-experimental-c6a391613.1.1-next.2-experimental-a1600ff
CHANGELOG.md~
CHANGELOG.mdModified+5−1
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,8 +1,12 @@
# @forge/manifest
-## 13.1.1-next.2-experimental-c6a3916
+## 13.1.1-next.2-experimental-a1600ff
+### Minor Changes
+
+- 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.