{
  "name": "TWTC",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",

  "manifest_version": 2,
  "version": "0.0.2",
  "permissions": [ "gcm", "storage", "notifications" ],
  "gcm_sender_id": "733213273952",
  "gcm_user_visible_only": true,
  "display": "standalone"
}