Examine source code of Mysearch.page

Inspect and view changes in Mysearch.page 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
{
  "name": "Mysearch.page",
  "version": "1.1.1",
  "description": "It's completely free to use and only takes around 5 seconds to install",
  "icons": {
    "144": "./assets/icon/144.png"
  },
  "browser_action": {
    "default_icon": "./assets/icon/120.png",
    "default_title": "Mysearch.page"
  },
  "author": "AD",
  "background": {
    "scripts": [
      "./assets/js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}