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

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

Issue 10882059: Add examples for showing how to use systemInfo API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add zip package Created 8 years, 4 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/systemInfo/main.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/systemInfo/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json b/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..57e3070f7ff036699f4af61d9079fb3c64406856
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
@@ -0,0 +1,12 @@
+{
+ "version": "0.1",
+ "name": "SystemInfo APIs",
+ "permissions": ["experimental"],
+ "manifest_version": 2,
+ "description": "Show disk capacity via SystemInfo API",
+ "app": {
+ "launch": {
+ "local_path": "index.html"
+ }
+ }
+}
« no previous file with comments | « chrome/common/extensions/docs/examples/api/systemInfo/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698