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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "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.
3 "name": "SystemInfo APIs",
4 "permissions": ["experimental"],
5 "manifest_version": 2,
6 "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.
7 "app": {
8 "launch": {
9 "local_path": "index.html"
10 }
11 }
12
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698