Examine source code of Firefighter Helpers

Inspect and view changes in Firefighter Helpers 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": 2,
  "name": "Firefighter Helpers",
  "description": "Make life of Austrian firefighters easier",
  "version": "0.0.2",
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "https://sybos.ooelfv.at/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://sybos.ooelfv.at/*"
      ],
      "js": [
        "src/sybos-link-tab.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://sybos.ooelfv.at/*"
      ],
      "js": [
        "src/sybos-start-tab.js",
        "src/sybos-help-link-tab.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37125b97-c599-4d5f-b744-b060a061ea94}"
    }
  }
}