Examine source code of Random VK

Inspect and view changes in Random VK source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Random VK",
  "version": "1.0",
  "description": "Открывает случайную страницу или группу ВКонтакте.",
  "icons": {
    "16": "ico/16.png",
    "32": "ico/32.png",
    "48": "ico/48.png",
    "64": "ico/64.png",
    "96": "ico/96.png",
    "128": "ico/128.png"
  },
  "applications": {
    "gecko": {
      "id": "0x20c@bk.ru",
      "strict_min_version": "55.0"
    }
  },
  "browser_action": {
    "default_title": "Random VK"
  },
  "background": {
    "scripts": [
      "bg-script.js"
    ]
  }
}