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

Side by Side Diff: utils/tip/manifest.json

Issue 8889031: move tip to utils so it can be picked up in the SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « utils/tip/froggertest.html ('k') | utils/tip/tip.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file */ 1 /* Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file */
2 /* for details. All rights reserved. Use of this source code is governed by a */ 2 /* for details. All rights reserved. Use of this source code is governed by a */
3 /* BSD-style license that can be found in the LICENSE file. */ 3 /* BSD-style license that can be found in the LICENSE file. */
4 4
5 { 5 {
6 "name": "Dart Tip", 6 "name": "Dart Tip",
7 "version": "0.2", 7 "version": "0.2",
8 "description": "The sharp pointy bit of a dart.", 8 "description": "The sharp pointy bit of a dart.",
9 9
10 "icons": { "16" : "dart16.png", 10 "icons": { "16" : "dart16.png",
11 "48" : "dart48.png", 11 "48" : "dart48.png",
12 "128": "dart128.png" }, 12 "128": "dart128.png" },
13 13
14 // TODO(jimhug): Use background page effectively... 14 // TODO(jimhug): Use background page effectively...
15 "background_page" : "background.html", 15 "background_page" : "background.html",
16 16
17 "app": { "launch": { "local_path": "tip.html" } }, 17 "app": { "launch": { "local_path": "tip.html" } },
18 18
19 "permissions": [ "unlimitedStorage", "<all_urls>" ] 19 "permissions": [ "unlimitedStorage", "<all_urls>" ]
20 } 20 }
OLDNEW
« no previous file with comments | « utils/tip/froggertest.html ('k') | utils/tip/tip.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698