Examine source code of Inova Fisio - Ferramenta de agilidade

Inspect and view changes in Inova Fisio - Ferramenta de agilidade 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inova Fisio - Ferramenta de agilidade",
  "description": "Insira dados de agendamento de uma forma mais eficiente",
  "version": "1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.shosp.com.br/*"
      ],
      "js": [
        "jquery-3.3.1.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "background.js"
      ],
      "matches": [
        "https://*.shosp.com.br/*"
      ]
    }
  ]
}