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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: samples/calculator/manifest.json
diff --git a/samples/calculator/manifest.json b/samples/calculator/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..68d4fb2f980c532499b5ff961646967987a3aa7e
--- /dev/null
+++ b/samples/calculator/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "ChromeOS Calculator",
+ "description": "Simple LTR Calculator with two themes.",
+ "version": "0.0.0.1",
+ "icons": {
+ "128": "calc_128.png"
+ },
+ "app": {
+ "launch": {
+ "web_url": "http://www.corp.google.com/~terry/dart/calculator/calculator.html"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698