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

Side by Side Diff: chrome/common/extensions/docs/templates/json/permissions.json

Issue 27335003: Add docs for chrome.wallpaper API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "host-permissions": { 2 "host-permissions": {
3 "channel": "stable", 3 "channel": "stable",
4 "anchor": "host-permissions", 4 "anchor": "host-permissions",
5 "name": "[scheme]:[host]/*", 5 "name": "[scheme]:[host]/*",
6 "partial": "permissions/host_permissions.html", 6 "partial": "permissions/host_permissions.html",
7 "extension_types": ["legacy_packaged_app", "extension", "platform_app"] 7 "extension_types": ["legacy_packaged_app", "extension", "platform_app"]
8 }, 8 },
9 "activeTab": { 9 "activeTab": {
10 "partial": "permissions/active_tab.html" 10 "partial": "permissions/active_tab.html"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 }, 47 },
48 "tabs": { 48 "tabs": {
49 "partial": "permissions/tabs.html" 49 "partial": "permissions/tabs.html"
50 }, 50 },
51 "unlimitedStorage": { 51 "unlimitedStorage": {
52 "partial": "permissions/unlimited_storage.html" 52 "partial": "permissions/unlimited_storage.html"
53 }, 53 },
54 "videoCapture": { 54 "videoCapture": {
55 "partial": "permissions/video_capture.html" 55 "partial": "permissions/video_capture.html"
56 }, 56 },
57 "wallpaper": {
58 "partial": "permissions/wallpaper.html"
not at google - send to devlin 2013/11/14 21:55:55 there isn't any page at "permissions/wallpaper.htm
bshe 2013/11/14 22:47:30 Done.
59 },
57 "webRequestBlocking": { 60 "webRequestBlocking": {
58 "partial": "permissions/web_request_blocking.html" 61 "partial": "permissions/web_request_blocking.html"
59 }, 62 },
60 "webview": { 63 "webview": {
61 "partial": "permissions/webview.html" 64 "partial": "permissions/webview.html"
62 } 65 }
63 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698