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

Unified Diff: chrome/common/extensions/docs/samples.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/common/extensions/docs/samples.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 18375caf6649d24fb59f96b7ec2f2a1027eaa5b7..6281eb2182b16730dec0dc4fdab7736c7cf2c1ec 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -675,14 +675,13 @@
},
{
"api_calls": [
- "chrome.windows.create"
+ "chrome.appWindow.create"
],
"crx_path": null,
"description": "Add numbers. Now includes subtraction!",
"features": [
- "background_page",
- "experimental",
- "windows"
+ "appWindow",
+ "experimental"
],
"icon": "icon_128.png",
"id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
@@ -690,7 +689,7 @@
"packaged_app": false,
"path": "examples/extensions/calculator/",
"protocols": [],
- "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBTRACTION! BACKGROUND_PAGE EXPERIMENTAL WINDOWS CHROME.WINDOWS.CREATE",
+ "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBTRACTION! APPWINDOW EXPERIMENTAL CHROME.APPWINDOW.CREATE",
"source_files": [
"calculator.html",
"controller.js",
@@ -701,7 +700,7 @@
"style.css",
"view.js"
],
- "source_hash": "e7718b346a126dd6511553b51056b53732f664cf",
+ "source_hash": "9ffcc4ae67840e1ac102c0dd1922dac92e6bf3f8",
"zip_path": "examples/extensions/calculator.zip"
},
{
@@ -2805,4 +2804,4 @@
"zip_path": "examples/api/extension/isAllowedAccess.zip"
}
]
-}
+}
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698