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

Side by Side Diff: samples/pop_pop_win/example/manifest.json

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 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
« no previous file with comments | « samples/pop_pop_win/example/main.js ('k') | samples/pop_pop_win/example/platform_app.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "Pop, Pop, Win!", 3 "name": "Pop, Pop, Win!",
4 "version": "1.9", 4 "version": "1.9",
5 "minimum_chrome_version": "27", 5 "minimum_chrome_version": "27",
6 "icons": { 6 "icons": {
7 "16": "icons/icon_16.png", 7 "16": "icons/icon_16.png",
8 "48": "icons/icon_48.png", 8 "48": "icons/icon_48.png",
9 "128": "icons/icon_128.png" 9 "128": "icons/icon_128.png"
10 }, 10 },
11 "app": { 11 "app": {
12 "background": { 12 "background": {
13 "scripts": ["main.js"] 13 "scripts": ["main.js"]
14 } 14 }
15 }, 15 },
16 "permissions": [ "storage" ] 16 "permissions": [ "storage" ]
17 } 17 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/example/main.js ('k') | samples/pop_pop_win/example/platform_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698