Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/json/permissions.json |
| diff --git a/chrome/common/extensions/docs/templates/json/permissions.json b/chrome/common/extensions/docs/templates/json/permissions.json |
| index c30a00830ac7784fbd134634eb2e1dcf08896389..9238d562fe875492e30892786aa3b2f363fcf7b9 100644 |
| --- a/chrome/common/extensions/docs/templates/json/permissions.json |
| +++ b/chrome/common/extensions/docs/templates/json/permissions.json |
| @@ -53,6 +53,10 @@ |
| "videoCapture": { |
| "partial": "permissions/video_capture.html" |
| }, |
| + "wallpaper": { |
| + "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.
|
| + "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.
|
| + }, |
| "webRequestBlocking": { |
| "partial": "permissions/web_request_blocking.html" |
| }, |