summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/_locales/en/messages.json
blob: ed87abfbf9c556689a3e20e960d3bf6d9d5c19e7 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "application_title": {
    "message": "Minimal Localized Hosted App",
    "description": "The title of the application, displayed in the web store."
  },
  "application_description": {
    "message": "This is the minimal set of data required to upload a localized hosted application to the web store.",
    "description": "The description of the application, displayed in the web store."
  }
}