- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / apps / calculator / README.md
1 # Calculator
2
3 A sample application that provides a simple calculator. Supports basic
4 operations such as addition, multiplication, subtraction and division.
5
6 This sample also incorporates an MVC-style structure.
7
8 ## APIs
9
10 * [Runtime](http://developer.chrome.com/trunk/apps/app.runtime.html)
11 * [Window](http://developer.chrome.com/trunk/apps/app.window.html)