Examine source code of Joga Quando - botafogo

Inspect and view changes in Joga Quando - botafogo 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",
  "manifest_version": 3,
  "name": "Joga Quando - botafogo",
  "description": "Saiba se hoje tem jogo do seu time (botafogo) e receba notificações em tempo real.",
  "version": "1.0",
  "permissions": [
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://geql.globo.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Joga Quando - botafogo"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}