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

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

Issue 7785007: Added talkgadget blank page to trampoline triggers, pending server config changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added ?* wildcarded version. Created 9 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 | Annotate | Revision Log
« 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": "__MSG_PRODUCT_NAME_AND_VERSION__ NAME_SUFFIX", 2 "name": "__MSG_PRODUCT_NAME_AND_VERSION__ NAME_SUFFIX",
3 "version": "1.0.UNIQUE_VERSION", 3 "version": "1.0.UNIQUE_VERSION",
4 "description": "__MSG_PRODUCT_DESCRIPTION__", 4 "description": "__MSG_PRODUCT_DESCRIPTION__",
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_trampol ine",
19 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline? *" 19 "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampol ine?*",
20 "https://talkgadget.google.com/talkgadget/blank",
21 "https://talkgadget.google.com/talkgadget/blank?*"
20 ], 22 ],
21 "js": ["cs_oauth2_trampoline.js"] 23 "js": ["cs_oauth2_trampoline.js"]
22 } 24 }
23 ], 25 ],
24 "permissions": [ 26 "permissions": [
25 "tabs", 27 "tabs",
26 "https://accounts.google.com/o/oauth2/*", 28 "https://accounts.google.com/o/oauth2/*",
27 "https://www.google.com/accounts/*", 29 "https://www.google.com/accounts/*",
28 "https://www.googleapis.com/chromoting/*" 30 "https://www.googleapis.com/chromoting/*"
29 ], 31 ],
30 "PLUGINS": "PLACEHOLDER" 32 "PLUGINS": "PLACEHOLDER"
31 } 33 }
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