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

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

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
OLDNEW
(Empty)
1 {
2 "manifest_version": 2,
3 "name": "Pop, Pop, Win!",
4 "version": "2.0",
5 "minimum_chrome_version": "34",
6 "icons": {
7 "16": "icons/icon_16.png",
8 "48": "icons/icon_48.png",
9 "128": "icons/icon_128.png"
10 },
11 "app": {
12 "background": {
13 "scripts": ["main.js"]
14 }
15 },
16 "permissions": [ "storage" ]
17 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/chrome_app/main.js ('k') | samples/pop_pop_win/chrome_app/platform_chrome_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698