{
  "manifest_version": 2,
  "name": "Pushnami",
  "version": "0.0.2",
  "permissions": ["gcm", "storage", "notifications"],
  "gcm_sender_id": "733213273952",
  "gcm_user_visible_only": true,
  "icons": [
    {
      "src": "/img/favicons/favicon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/img/favicons/favicon-192.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "white",
  "theme_color": "blue"
}
