# W30 User Guide ## W30 File Format - a **W30** app is a **ZIP-file** with the extension `.w30` - the ZIP-file must contain at least the file `index.html` - if the W30 app is started, `index.html` is opened in a restricted webview that allow accessing resources only from the ZIP-file ## W30 API W30 apps can do anything that is allowed in webviews - html, css, images, canvas, javascript and so on. There are some additional APIs available once `deltachat.js` is included (the file will be provided by the concrete implementations, no need to add `deltachat.js` to your ZIP-file): ```
Send