Chrome OS P2P Updates

Chrome OS P2P Updates

See all Chrome OS P2P updates in your local network

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome OS P2P Updates",
  "description": "See all Chrome OS P2P updates in your local network",
  "version": "0.1",
  "minimum_chrome_version": "43",
  "permissions": [
    "mdns",
    "system.network"
  ],
  "icons": {
    "128": "assets/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}