Lotto

Lotto

Get instant notifications on latest result that got published, Overall sales report, Customer sales report & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lotto",
  "description": "Get instant notifications on latest result that got published, Overall sales report, Customer sales report & more.",
  "version": "0.3",
  "app": {
    "background": {
      "scripts": [
        "js/jquery.js",
        "js/background.js"
      ]
    }
  },
  "optional_permissions": [
    "alarms",
    "chrome://favicon/",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "fileBrowserHandler",
    "geolocation",
    "idle",
    "tts",
    "unlimitedStorage"
  ],
  "permissions": [
    "notifications",
    "http://*/",
    "https://*/",
    "http://*.72.29.70.155/lotto/*",
    "https://*.72.29.70.155/lotto/*",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-send-to",
        "udp-bind"
      ]
    },
    "fileSystem",
    "storage"
  ],
  "icons": {
    "19": "images/Lotto_19x19.png",
    "128": "images/Lotto_128x128.png"
  }
}