OLD | NEW |
---|---|
(Empty) | |
1 { | |
bartfab (slow)
2014/02/13 19:51:53
I find it strange that we ship the manifest with t
rkc
2014/02/13 23:22:01
We're loading this as a component app, not a regul
bartfab (slow)
2014/02/17 15:53:46
When loading the app, you specify the path to the
| |
2 // chrome-extension://klimoghijjogocdbaikffefjfcfheiel | |
bartfab (slow)
2014/02/13 19:51:53
Comments are not allowed in JSON. This file is inv
rkc
2014/02/13 23:22:01
Almost every component app manifest in the tree ha
bartfab (slow)
2014/02/17 15:53:46
It's still invalid JSON :).
| |
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqTqJNPnnhAarSbA5aPvPU/h6Bx vHO+PWQLVab5RyJUxl1eVnZFx9sIGoXctUgKG+DXpSflYhsvK7opMd1jPqdeSjeSvIDOlsSNX45G+FhA qPQ7OHDdKboQb86TbE53n4qXYamQcx09VIJhi19mPBdqod6myCrTYjPukKiNwAlIEz6eAQL/++uZnIyR zvkht3aMMSfA2PP1qg0ie9aHE/bTwPec9I1kUIe4dPz4NaI5hKxKoDVk2TC9MNNEUx1YznuZNP6Vr21Z RutaOIiptnz1/QJXVr37EMqKvEwNJ/zGFhk1nNju7hYRTbf55CID94yWY14SevnO1nprEGv8+zAwIDAQ AB", | |
4 "name": "Demo App", | |
5 "version": "1.0", | |
6 "manifest_version": 2, | |
7 "description": "ChromeOS Demo App", | |
8 "permissions": ["power"], | |
9 "app": { | |
10 "background": { | |
11 "scripts": ["js/launch.js"] | |
12 } | |
13 } | |
14 } | |
OLD | NEW |