# UWPSX format

UnifiedWriter 固有文書形式 `*.uwpsx` の仕様です。

## container

- ZIP format
- mime: `application/x-uwpsx+zip`

## entries

- `manifest.json`
- `document/content.html`
- `document/meta.json`
- `document/styles.json`
- `app/unifiedWriter.json`

## notes

- `document/content.html` に本文 HTML を格納します。
- コメント、履歴、ページ設定は `app/unifiedWriter.json` に格納します。
- 開発時のアプリ内保存は localforage へ Base64 で保持します。
