Examine source code of Новая вкладка null-page.com

Inspect and view changes in Новая вкладка null-page.com 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": "Новая вкладка null-page.com",
  "version": "0.62resigned1",
  "description": "Когда пользователь открывает новую вкладку, браузер вместо неё открывает сайт null-page.com (визуальные закладки, speed dial) и автоматически логинится на этом сайте, используя указанные в настройках расширения логин и пароль.",
  "icons": {
    "48": "icons/speed_dial.png"
  },
  "applications": {
    "gecko": {
      "id": "newtab_change_2_null-page.com@gecko.id",
      "strict_min_version": "56.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://null-page.com/*"
      ],
      "js": [
        "jquery.js",
        "main.js"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "jquery.js",
        "iframe.js"
      ],
      "matches": [
        "*://null-page.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "newtab.html"
  ]
}