GitHub Repo Creation Date Firefox

Examine source code of GitHub Repo Creation Date

Inspect and view changes in GitHub Repo Creation Date source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Repo Creation Date",
  "version": "1.1",
  "description": "Displays the creation date of GitHub repositories in the sidebar.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-creation-date@bobjoerules.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GitHub Repo Creation Date Alternatives

Here are some Firefox add-ons that are similar to GitHub Repo Creation Date: