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

Side by Side Diff: remoting/webapp/me2mom/manifest.json

Issue 7566051: Rebrand to use Chromoting more consistently. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/webapp/me2mom/choice.html ('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
1 { 1 {
2 "name": "__MSG_webappName__ NAME_SUFFIX", 2 "name": "__MSG_productNameAndVersion__ NAME_SUFFIX",
3 "version": "1.0.UNIQUE_VERSION", 3 "version": "1.0.UNIQUE_VERSION",
4 "description": "__MSG_webappDescription__", 4 "description": "__MSG_webappDescription__",
5 "default_locale": "en", 5 "default_locale": "en",
6 "app": { 6 "app": {
7 "launch": { 7 "launch": {
8 "local_path": "choice.html" 8 "local_path": "choice.html"
9 } 9 }
10 }, 10 },
11 "icons": { 11 "icons": {
12 "128": "chromoting128.png", 12 "128": "chromoting128.png",
13 "16": "chromoting16.png" 13 "16": "chromoting16.png"
14 }, 14 },
15 "content_scripts": [ 15 "content_scripts": [
16 { 16 {
17 "matches": [ 17 "matches": [
18 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline" , 18 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline" ,
19 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline? *" 19 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline? *"
20 ], 20 ],
21 "js": ["cs_oauth2_trampoline.js"] 21 "js": ["cs_oauth2_trampoline.js"]
22 } 22 }
23 ], 23 ],
24 "permissions": [ 24 "permissions": [
25 "tabs", 25 "tabs",
26 "https://accounts.google.com/o/oauth2/*", 26 "https://accounts.google.com/o/oauth2/*",
27 "https://www.google.com/accounts/*", 27 "https://www.google.com/accounts/*",
28 "https://www.googleapis.com/chromoting/*" 28 "https://www.googleapis.com/chromoting/*"
29 ], 29 ],
30 "PLUGINS": "PLACEHOLDER" 30 "PLUGINS": "PLACEHOLDER"
31 } 31 }
OLDNEW
« no previous file with comments | « remoting/webapp/me2mom/choice.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698