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

Side by Side Diff: remoting/client/extension/manifest.json

Issue 3356003: Fix manifest permissions in Chromoting Client UI (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Chromoting Client", 2 "name": "Chromoting Client",
3 "version": "1.0", 3 "version": "1.0",
4 "description": "Lists the hosts that the user can access.", 4 "description": "Lists the hosts that the user can access.",
5 "browser_action": { 5 "browser_action": {
6 "default_icon": "icon.png", 6 "default_icon": "icon.png",
7 "popup": "popup.html" 7 "popup": "popup.html"
8 }, 8 },
9 "background_page": "background.html", 9 "background_page": "background.html",
10 "permissions": [ 10 "permissions": [
11 "tabs", 11 "tabs",
12 "http://www-googleapis-test.sandbox.google.com/", 12 "https://www.googleapis.com/chromoting/",
13 "https://www.google.com/accounts/" 13 "https://www.google.com/accounts/"
14 ] 14 ]
15 } 15 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698