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

Unified Diff: chrome/test/data/extensions/platform_apps/windows_api/manifest.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json Created 8 years, 6 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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/storage/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/windows_api/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api/manifest.json
index d068188659e7332dd198d9c51997e1dbe4da9adb..f76405d7d80510e916b6f42946047e2f762467b6 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/windows_api/manifest.json
@@ -1,13 +1,14 @@
{
"name": "Platform App Test: Windows API",
- "platform_app": true,
"version": "1",
"manifest_version": 2,
"permissions": [
"experimental",
"appWindow"
],
- "background": {
- "scripts": ["test.js"]
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
}
}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/storage/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698