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

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

Issue 7033042: Update the appengine code to use OAuth2 and break the gdata dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the hardcoded localhost Created 9 years, 7 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
« no previous file with comments | « remoting/client/appengine/static_files/client.js ('k') | 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
(Empty)
1 {
2 "name": "Chromoting Client",
3 "version": "1.1",
4 "description": "Lists the Chromoting hosts that the current user can access.",
5 "browser_action": {
6 "default_icon": "chromoticon.png",
7 "default_title": "Chromoting"
8 },
9 "background_page": "background.html",
10 "permissions": [
11 "tabs",
12 "https://www.googleapis.com/chromoting/",
13 "https://www.google.com/accounts/"
14 ]
15 }
OLDNEW
« no previous file with comments | « remoting/client/appengine/static_files/client.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698