| Index: chrome/browser/resources/chrome_app/manifest.json
|
| diff --git a/chrome/browser/resources/chrome_app/manifest.json b/chrome/browser/resources/chrome_app/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f4806e20e9586f9c2e1832f03ba6d34c04f648ff
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chrome_app/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNuYLEQ1QPMcc5HfWI/9jiEf6FdJWqEtgRmIeI7qtjPLBM5oje+Ny2E2mTAhou5qdJiO2CHWdU1DQXY2F7Zu2gZaKZgHLfK4WimHxUT5Xd9/aro/R9PCzjguM1BLusiWYc9xlj1IsZpyiN1hcjU7SCnBhv1feQlv2WSB5KRiXwhQIDAQAB",
|
| + "name": "Chrome",
|
| + "version": "0.1",
|
| + "description": "Chrome as an app",
|
| + "app": {
|
| + "launch": {
|
| + // Note this will be changed by special case to become chrome://newtab.
|
| + "web_url": "http://THIS-WILL-BE-REPLACED"
|
| + }
|
| + }
|
| +}
|
|
|