Examine source code of Shodan Lookup

Inspect and view changes in Shodan Lookup 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": "Shodan Lookup",
  "version": "1.8",
  "description": "Quickly search IPs, domains, CVEs, or keywords on Shodan from your browser.",
  "icons": {
    "48": "icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    },
    "default_title": "Shodan Lookup"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1b2c3d4-e5f6-7890-ab12-cd34ef567890}"
    }
  }
}