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

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

Issue 360673004: Demonstrate the functionality of the File System Provider API for archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add fileSystemProvider API extension example. 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 | « chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json b/chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/manifest.json
similarity index 59%
copy from chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
copy to chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/manifest.json
index fb71b39bb8336b18b3b1fbbe25f7e28649a723cb..731ca7b5a061c338cd35e2aafcf19d0c96867177 100644
--- a/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "File System Provider API Example",
+ "name": "File System Provider API Extension Example",
"version": "0.1",
"manifest_version": 2,
"description":
@@ -7,11 +7,9 @@
"permissions": [
"fileSystemProvider"
],
- "app": {
- "background": {
- "scripts": [
- "background.js"
- ]
- }
+ "background": {
+ "scripts": [
+ "background.js"
+ ]
}
}
« no previous file with comments | « chrome/common/extensions/docs/examples/api/fileSystemProvider/cloudExtension/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698