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