Web2go

Web2go

Innovative news app that lets you listen to your own choice of news websites and magazines ! Listen to your news selected content…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web2go",
  "manifest_version": 2,
  "minimum_chrome_version": "36",
  "version": "5.10.1",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "gcm",
    "bluetooth",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "identity",
    {
      "fileSystem": [
        "write"
      ]
    },
    "https://clients2.google.com/",
    "identity.email",
    "alarms",
    "storage"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "any": {
      "types": [
        "text/plain"
      ],
      "title": "Open with Web2go."
    }
  },
  "arc_metadata": {
    "apkList": [
      "web2go.510.apk"
    ],
    "enableExternalDirectory": false,
    "name": "Web2go",
    "packageName": "com.volacent.webtogoserver"
  }
}