| OLD | NEW |
| 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';
script-src chrome://resources/ 'self'" |
| 7 }, | 7 }, |
| 8 "description": "Play Store", | 8 "description": "Play Store", |
| 9 "display_in_launcher": false, | 9 "display_in_launcher": true, |
| 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 } |
| OLD | NEW |