Re: [w3c/manifest] Add (optional) "category" member (#569)

@marcoscaceres Sure!

```
{
  "name": "Gojiro",
  "description": "Gojiro, a freak mutation with a cynical worldview, suffers the pain of solitude as well as several maladies experienced by entertainers, including drug abuse and suicidal tendencies.",
  "icons": [{
    "src": "images/icon.png",
    "sizes": "192x192"
  }],
  "category": ["Books", "Fiction", "Science Fiction & Fantasy", "Kaiju", "怪獣"]
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/569#issuecomment-298650532

Received on Tuesday, 2 May 2017 14:24:27 UTC