Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Side by Side Diff: samples/calculator/manifest.json

Issue 10010009: Calculator App for ChromeOS with fixes for templates/CSS to support this application. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mininimal templates and more text node tests. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "ChromeOS Calculator",
3 "description": "Simple LTR Calculator with two themes.",
4 "version": "0.0.0.1",
5 "icons": {
6 "128": "calc_128.png"
7 },
8 "app": {
9 "launch": {
10 "web_url": "http://www.corp.google.com/~terry/dart/calculator/calculator.h tml"
11 }
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698