{
  "name": "Glowing Bear",
  "description": "WeeChat Web frontend",
  "version": "0.4.5",
  "manifest_version": 2,
  "icons": {
    "32": "assets/img/favicon.png",
    "128": "assets/img/glowing_bear_128x128.png"
  },
  "app": {
    "urls": [
      "http://glowing-bear.github.io/glowing-bear/"
    ],
    "launch": {
      "container": "panel",
      "web_url": "http://glowing-bear.github.io/glowing-bear/"
    }
  },
  "permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "assets/img/favicon.png"
  ]
}