OLD | NEW |
| (Empty) |
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 */ | |
3 /* BSD-style license that can be found in the LICENSE file. */ | |
4 | |
5 { | |
6 "name": "Dart Tip", | |
7 "version": "0.2", | |
8 "description": "The sharp pointy bit of a dart.", | |
9 | |
10 "icons": { "16" : "dart16.png", | |
11 "48" : "dart48.png", | |
12 "128": "dart128.png" }, | |
13 | |
14 // TODO(jimhug): Use background page effectively... | |
15 "background_page" : "background.html", | |
16 | |
17 "app": { "launch": { "local_path": "tip.html" } }, | |
18 | |
19 "permissions": [ "unlimitedStorage", "<all_urls>" ] | |
20 } | |
OLD | NEW |