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

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

Issue 11415249: Remove systemInfo sample since it was landed to chrome-app-samples on github (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/systemInfo/main.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "version": "0.1",
3 "name": "SystemInfo APIs",
4 "permissions": ["experimental"],
5 "manifest_version": 2,
6 "description": "Show disk capacity via SystemInfo API",
7 "app": {
8 "launch": {
9 "local_path": "index.html"
10 }
11 }
12 }
OLDNEW
« 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