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

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: Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "host-permissions": { 2 "host-permissions": {
3 "anchor": "match-pattern", 3 "anchor": "match-pattern",
4 "name": "[scheme]:[host]/*", 4 "name": "[scheme]:[host]/*",
5 "partial": "permissions/host_permissions.html", 5 "partial": "permissions/host_permissions.html",
6 "platforms": ["app", "extension"] 6 "platforms": ["app", "extension"]
7 }, 7 },
8 "activeTab": { 8 "activeTab": {
9 "partial": "permissions/active_tab.html" 9 "partial": "permissions/active_tab.html"
10 }, 10 },
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 46 },
47 "tabs": { 47 "tabs": {
48 "partial": "permissions/tabs.html" 48 "partial": "permissions/tabs.html"
49 }, 49 },
50 "unlimitedStorage": { 50 "unlimitedStorage": {
51 "partial": "permissions/unlimited_storage.html" 51 "partial": "permissions/unlimited_storage.html"
52 }, 52 },
53 "videoCapture": { 53 "videoCapture": {
54 "partial": "permissions/video_capture.html" 54 "partial": "permissions/video_capture.html"
55 }, 55 },
56 "wallpaper": {
57 "partial": "permissions/wallpaper.html",
not at google - send to devlin 2013/10/17 18:18:20 you need to actually add this file. it should cont
bshe 2013/10/17 20:32:18 Done.
58 "platforms": ["app"]
not at google - send to devlin 2013/10/17 18:18:20 you don't need the platform, docserver can figure
bshe 2013/10/17 20:32:18 Done.
59 },
56 "webRequestBlocking": { 60 "webRequestBlocking": {
57 "partial": "permissions/web_request_blocking.html" 61 "partial": "permissions/web_request_blocking.html"
58 }, 62 },
59 "webview": { 63 "webview": {
60 "partial": "permissions/webview.html" 64 "partial": "permissions/webview.html"
61 } 65 }
62 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698