Forgejo Release Tracker Firefox

Examine source code of Forgejo Release Tracker

Inspect and view changes in Forgejo Release Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Forgejo Release Tracker",
  "version": "1.1.0",
  "description": "Track releases from your Forgejo organizations and repositories",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "forgejo-release-tracker@example.com"
    }
  }
}

Best Forgejo Release Tracker Alternatives

Here are some Firefox add-ons that are similar to Forgejo Release Tracker: