Cricwaves - Desktop App

Cricwaves - Desktop App

This is a native chrome desktop app for Fastest, Instant, LIVE cricket feeds. This app stays on top of desktop with small foot…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cricwaves - Desktop App",
  "short_name": "Cricwaves - Desktop App",
  "description": "",
  "version": "5.1.8",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "alwaysOnTopWindows",
    "gcm",
    "notifications",
    "storage",
    "alarms",
    "webview",
    "http://*/*",
    "https://*/*"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "jquery-1.10.2.js"
      ]
    }
  }
}