My Nevo

Discover devices around you. Nevo Home Beta for Android is now available on Google Play to enable a new level of interactivity!…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "My Nevo",
  "version": "0.1.31",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "img/NevoApp16.png",
    "48": "img/NevoApp48.png",
    "128": "img/NevoApp128.png",
    "192": "img/NevoApp192.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "sockets": {
    "udp": {
      "send": "*",
      "bind": "*"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "system.network",
    "browser",
    "https://www.google-analytics.com/",
    "https://www.googletagmanager.com/",
    "storage",
    "identity",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*"
  ],
  "oauth2": {
    "client_id": "805802696146-6meqf65t17lotv9tsebnnee17540tckl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlT1C35u0DCxdFgVKTyMMBDKpPiPzLCsAjJRHvpXdO09BfINGXvGIDIRUJyVVZj0K2No3cJ+F5LUN+dDCVb8mZ1DrIB/LrjadGHkSHR4YALSgXw5VVu2NWdNvAGREolJ6iWFAG/nw9i8J7nOo6mLnvu0mXTmkE+dgEbozPf5BBfwAYGUeVlmpwYV7oivi9KGFZdSrEROLrrAt0K4z/RdVnxRLzsjVJykynC9Y4ZV/46wvnM7Kd+uUkWiSWZtx+VV1zmhZ4pPD5LPseSYIvK4poU7K3MHjHHPBeTTf19ATH94/t1Wzlx/A1z5glKOLXfQdsChkNCDxcbF/B4Aia8NJXwIDAQAB"
}