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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/manifest.json

Issue 2225933002: Suppress ToS and reflect admin policy in ARC++ welcome screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OS_CHROMEOS checks Created 4 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
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.html ('k') | chrome/chrome_browser.gypi » ('j') | 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 "app": { 2 "app": {
3 "background": { 3 "background": {
4 "scripts": [ "background.js" ] 4 "scripts": [ "background.js" ]
5 }, 5 },
6 "content_security_policy": "default-src 'self'; style-src 'self' chrome://r esources/ 'unsafe-inline'; font-src 'self' chrome://resources/; img-src 'self'; script-src chrome://resources/ 'self'" 6 "content_security_policy": "default-src 'self'; style-src 'self' chrome://r esources/ 'unsafe-inline'; font-src 'self' chrome://resources/; img-src 'self' d ata:; script-src chrome://resources/ 'self'"
7 }, 7 },
8 "description": "Play Store", 8 "description": "Play Store",
9 "display_in_launcher": false, 9 "display_in_launcher": false,
10 // cnbgggchhmkkdmeppjobngjoejnihlei 10 // cnbgggchhmkkdmeppjobngjoejnihlei
11 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnYsWobpgYLBvlN3PIFXyDwcCqR KcL+1swMf4f1Dnqn1+TYqbGW51ZNQbRo8xgE7y+0D8cz8fE0kZsQXhE7gzDKEyUgePNU75GQ3I9xdqso NYWHGPegf2p6azj0kzJKCE+aaO4Ys7tSvvIniHfVGFuaqaS1m1JYP0Mlhv+pkwbrbVV3Ymdzb4tYP2y8 jrISmyhrzlX9E2p9RU2ObSgZCUgZofMkwWZd1tyZN089sjxcPlN/RGHsB0NtpgFFhSAs9tSrRcvUUcoU TDQYeDB4qBioCJ0QUtjRj21xqsotjUQM4GFOkAxmNbijghvKoMwSulvEbgrb0x3dQl+y+ecr0ybwIDAQ AB", 11 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnYsWobpgYLBvlN3PIFXyDwcCqR KcL+1swMf4f1Dnqn1+TYqbGW51ZNQbRo8xgE7y+0D8cz8fE0kZsQXhE7gzDKEyUgePNU75GQ3I9xdqso NYWHGPegf2p6azj0kzJKCE+aaO4Ys7tSvvIniHfVGFuaqaS1m1JYP0Mlhv+pkwbrbVV3Ymdzb4tYP2y8 jrISmyhrzlX9E2p9RU2ObSgZCUgZofMkwWZd1tyZN089sjxcPlN/RGHsB0NtpgFFhSAs9tSrRcvUUcoU TDQYeDB4qBioCJ0QUtjRj21xqsotjUQM4GFOkAxmNbijghvKoMwSulvEbgrb0x3dQl+y+ecr0ybwIDAQ AB",
12 "manifest_version": 2, 12 "manifest_version": 2,
13 "name": "Play Store", 13 "name": "Play Store",
14 "icons": { 14 "icons": {
15 "48": "icon/48.png" 15 "48": "icon/48.png"
16 }, 16 },
17 "permissions": [ "webview", 17 "permissions": [ "webview",
18 "browser", 18 "browser",
19 "nativeMessaging", 19 "nativeMessaging",
20 "chrome://resources/" ], 20 "chrome://resources/" ],
21 "version": "0.2.0.0" 21 "version": "0.2.0.0"
22 } 22 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698