Examine source code of Nikunj123

Inspect and view changes in Nikunj123 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": "Nikunj123",
  "version": "1.3resigned1",
  "manifest_version": 2,
  "description": "This extension was created for testing purpose",
  "browser_action": {
    "default_icon": "icon.jpg"
  },
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{590f5397-0cd6-4cca-80c3-932da9742c91}"
    }
  }
}