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

Side by Side Diff: chrome/common/extensions/docs/examples/apps/cycler/manifest.json

Issue 10832191: Major revision of page cycler UI. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest minus the offending PNG file Created 8 years, 2 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 "manifest_version": 2,
3 "name": "Cycler",
4 "version": "0.1",
5 "description": "Cycler UI",
6 "app": {
7 "launch": {
8 "local_path": "cycler.html"
9 }
10 },
11 "icons": {
12 "128": "cycler_icon_128.png",
13 "16": "cycler_icon_16.png"
14 },
15 "permissions": [
16 "experimental"
17 ]
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698