This app template renders HTML code in placeholder and a product modal for the app user to simply navigate between the both.
.
├── README.md A detailed information about this app
├── app Contains frontend related components
│ ├── index.html Entry point to the frontend templates
│ ├── scripts Contains javascript files to support frontend
│ │ └── app.js
│ ├── styles Contains the styles to support frontend
│ │ ├── images Contains the images to support frontend
│ │ │ └── icon.svg
│ │ └── styles.css
│ └── views Contains various frontend views
│ └── modal.html
├── config Contains configuration files like iparams, oauth, etc.
│ └── iparams.json
└── manifest.json A JSON file that includes metadata about the app
Explore more of app sample apps on the Freshworks github respository.