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

Unified Diff: samples/third_party/pop-pop-win/app_package/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 side-by-side diff with in-line comments
Download patch
Index: samples/third_party/pop-pop-win/app_package/manifest.json
diff --git a/samples/third_party/pop-pop-win/app_package/manifest.json b/samples/third_party/pop-pop-win/app_package/manifest.json
deleted file mode 100644
index 247de8d8c997bc2b8285205f569df8daf68793e2..0000000000000000000000000000000000000000
--- a/samples/third_party/pop-pop-win/app_package/manifest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Pop, Pop, Win!",
- "version": "1.9",
- "minimum_chrome_version": "27",
- "icons": {
- "16": "icons/icon_16.png",
- "48": "icons/icon_48.png",
- "128": "icons/icon_128.png"
- },
- "app": {
- "background": {
- "scripts": ["main.js"]
- }
- },
- "permissions": [ "storage" ]
-}
« no previous file with comments | « samples/third_party/pop-pop-win/app_package/main.js ('k') | samples/third_party/pop-pop-win/app_package/platform_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698