Push Messaging Roundtrip Sample2

Push Messaging Roundtrip Sample2

Tests push messaging end to end.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Push Messaging Roundtrip Sample2",
  "version": "1.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "description": "Tests push messaging end to end.",
  "icons": {
    "16": "icon.png",
    "24": "icon24.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "pushMessaging",
    "notifications",
    "https://accounts.google.com/o/oauth2/token",
    "https://www.googleapis.com/chromewebstore/v1.1/notifications"
  ]
}