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

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

Issue 21854002: Remove experimental.record api completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Page Cycler",
3 "version": "0.0",
4 "description": "Page Cycler UI",
5 "app": {
6 "launch": {
7 "local_path": "page_cycler.html"
8 }
9 },
10 "icons": {
11 "128": "page_cycler_icon.png",
12 "16": "page_cycler_icon_16.png"
13 },
14 "permissions": [
15 "experimental"
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698