Confirmed users
39
edits
| Line 202: | Line 202: | ||
===== What a collection contains ===== | ===== What a collection contains ===== | ||
* | Collections are composed by: | ||
* Remote | |||
====== Local Apps ====== | |||
* Defined in build time by means of manifest descriptors | |||
* Where are these manifest files? | |||
** /apps/homescreen/collections/<collectionName>/manifest.collection | |||
* How can we define the set of local apps? | |||
{ | |||
"name": "Social", | |||
"role": "collection", | |||
"provider_id": "289", | |||
"apps": [ | |||
["apps", "communications", "dialer"], | |||
["apps", "sms"], | |||
["apps", "communications", "contacts"], | |||
["apps", "email"] | |||
], | |||
"default_locale": "en-US", | |||
"icons": { | |||
"60": "/collections/social/icon.png", | |||
"90": "/collections/social/icon@1.5x.png", | |||
"120": "/collections/social/icon@2x.png" | |||
} | |||
} | |||
====== Remote Apps ====== | |||
* Discovered by Everything.me in runtime | |||
=== network.json (not in customization folder) === | === network.json (not in customization folder) === | ||