{
  "name": "CodeB Identity Wallet",
  "short_name": "CodeB Wallet",
  "description": "The Ultimate Identity Wallet",
  "version": "31",
  "manifest_version": 31,
  "app": {
    "background": {
      "scripts": [ "js/app.js" ]
    }
  },
  "icons": [
    {
      "src": "img/codeb_blk16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "img/codeb_wht32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "img/codeb_blk72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "img/codeb_blk128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "img/codeb_blk192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/codeb_blk196.png",
      "sizes": "196x196",
      "type": "image/png"
    },
    {
      "src": "img/codeb_wht512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/index",
  "id": "/index",
  "display": "standalone",
  "background_color": "#6d747b",
  "theme_color": "#6d747b",
  "theme-color": "#6d747b",
  "options_ui": {
    "page": "account-settings.aspx",
    "browser_style": "true",
    "chrome_style": "true"
  },
  "permissions": [
    "webview",
    "fullscreen",
    "notifications",
    "gcm"
  ]
}
