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

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: 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
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..c327361f3248a56159a6edf1680b154ac528ab7d
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
@@ -0,0 +1,13 @@
+{
+ "version": "0.1",
Mihai Parparita -not on Chrome 2012/08/27 23:47:21 Nit: use 2-space tabs.
Hongbo Min 2012/08/28 01:54:03 Done.
+ "name": "SystemInfo APIs",
+ "permissions": ["experimental"],
+ "manifest_version": 2,
+ "description": "Show how to use SystemInfo API",
Mihai Parparita -not on Chrome 2012/08/27 23:47:21 Make this a bit more descriptive and say "Shows di
Hongbo Min 2012/08/28 01:54:03 Done.
+ "app": {
+ "launch": {
+ "local_path": "index.html"
+ }
+ }
+
+}

Powered by Google App Engine
This is Rietveld 408576698