Examine source code of Olol Scholol

Inspect and view changes in Olol Scholol 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": "Olol Scholol",
  "description": "Scholol dich",
  "version": "1.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "ololscholol@ololscholol.de",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "media/olol-scholol-poster.png"
  },
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "48": "media/olol-scholol-poster.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "https://i.imgur.com/vq9cIK9.jpg"
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "media/olol-scholol-poster.png"
      ]
    }
  ]
}