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

Unified 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: Newer version with requested decomposition into separate sources 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/apps/cycler/manifest.json
diff --git a/chrome/common/extensions/docs/examples/apps/cycler/manifest.json b/chrome/common/extensions/docs/examples/apps/cycler/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..3f22ffbc57fdd857975fcf72fab8855c7630d098
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/apps/cycler/manifest.json
@@ -0,0 +1,18 @@
+{
+ "manifest_version": 2,
+ "name": "Cycler",
+ "version": "0.1",
+ "description": "Cycler UI",
+ "app": {
+ "launch": {
+ "local_path": "cycler.html"
+ }
+ },
+ "icons": {
+ "128": "cycler_icon.png",
Jeffrey Yasskin 2012/08/15 01:03:59 I'd probably include the _128 in this icon's name.
clintstaley 2012/08/15 23:54:20 Done.
+ "16": "cycler_icon_16.png"
+ },
+ "permissions": [
+ "experimental"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698