WebOS 3
From WebOS101
account_template.json
readPermissions and writePermissions were unused in webOS 2, but are required in webOS 3. App Catalog submission is stricter about this than palm-package or webOS 3 itself.
| Property | Required | Type | Description |
|---|---|---|---|
| readPermissions | yes | string array | Array of IDs of apps that can read account or credential information. Specifically, this means they are allowed to make the following calls: getAccountInfo and readCredentials. |
| writePermissions | no | string array | Array of IDs of apps that can create or modify account information and credentials. Specifically, this means they are allowed to make the following calls: createAccount, deleteAccount, modifyAccount and writeCredentials. If omitted, then only the Accounts app can make these calls. |

