NotiFYI

NotiFYI

This App is to be used with Tizen app NotiFYI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NotiFYI",
  "description": "This App is to be used with Tizen app NotiFYI",
  "version": "0.0.1",
  "app": {
    "background": {
      "scripts": [
        "socket.js",
        "eventPage.js"
      ],
      "persistent": true
    }
  },
  "sockets": {
    "udp": {
      "send": [
        "*:*"
      ],
      "bind": [
        "*:*"
      ]
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "system.network",
    "notifications",
    "storage"
  ]
}