vOnline - chatroulette

Fast video dating people from all over the world.
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",
  "name": "vOnline - chatroulette",
  "short_name": "vOnline",
  "description": "Fast video dating people from all over the world.",
  "version": "1.11",
  "manifest_version": 2,
  "permissions": [
    "bookmarks"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://video-roulette.online/en/?utm_source=chrome_app"
    ],
    "launch": {
      "web_url": "https://video-roulette.online/en/?utm_source=chrome_app"
    }
  }
}