Examine source code of Justdial.com Data Scraping Tool

Inspect and view changes in Justdial.com Data Scraping Tool 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": 3,
  "name": "__MSG_app_name__",
  "version": "1.3",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://www.justdial.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.justdial.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "https://www.justdial.com/*"
      ]
    }
  ],
  "default_locale": "zh_CN",
  "background": {
    "service_worker": "background.js"
  },
  "author": "justdial_001",
  "update_url": "https://clients2.google.com/service/update2/crx"
}