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

Unified Diff: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json

Issue 587293002: Add fileSystemProvider API extension example. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change basic example to a extension from app. Created 6 years, 3 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 | « no previous file | chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
index 80b30175c4614aeb105dc4a081636418aec151c3..0fd15bcadb90ecd5920cff865fea714cdb5b81f6 100644
--- a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Fake Archive Handler",
+ "name": "Fake Archive Handler App",
"version": "0.1",
"manifest_version": 2,
- "description": "Demonstrate File System Provider API usage for archives.",
+ "description": "Demonstrate File System Provider API usage for apps.",
"permissions": [
"fileSystemProvider",
{"fileSystem": ["retainEntries"]},
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698