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

Unified Diff: chrome/common/extensions/docs/examples/extensions/calculator/manifest.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json b/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
index 55917a355b07fd75984ff88a9aaf8442fa582101..1d6ec5bf803c9c3b17b156b42d8ade3c8e3d8bf9 100644
--- a/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/calculator/manifest.json
@@ -3,10 +3,11 @@
"description": "Add numbers. Now includes subtraction!",
"manifest_version": 2,
"version": "1.0.1",
- "background": {
- "scripts": ["main.js"]
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ },
},
- "platform_app": true,
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
« no previous file with comments | « no previous file | chrome/common/extensions/extension.h » ('j') | chrome/common/extensions/extension_manifest_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698