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

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

Issue 2358073002: arc: Use high-resolution icon for Play Store default item in app list. (Closed)
Patch Set: Created 4 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
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' d ata:; 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 "96": "icon/96.png"
16 }, 17 },
17 "permissions": [ "webview", 18 "permissions": [ "webview",
18 "browser", 19 "browser",
19 "nativeMessaging", 20 "nativeMessaging",
20 "chrome://resources/" ], 21 "chrome://resources/" ],
21 "version": "0.2.0.0" 22 "version": "0.2.0.0"
22 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/icon/96.png ('k') | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698