Examine source code of Contao Accessor

Inspect and view changes in Contao Accessor 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": "Contao Accessor",
  "version": "1.1",
  "description": "Access /contao or /contao-manager.phar.php with a click! Explore extensions & enjoy the Contao Song. Hit Okay to vibe!😊",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "100": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contao-accessor@cmichael.de",
      "strict_min_version": "109.0"
    }
  }
}