Lunar Phase Tracker Firefox

Examine source code of Lunar Phase Tracker

Inspect and view changes in Lunar Phase Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lunar Phase Tracker",
  "version": "1.0.0",
  "description": "Track lunar phases, moonrise/moonset times, and moon illumination percentage with visual moon phase display.",
  "permissions": [
    "geolocation",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data:; style-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lunar-phase-tracker@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Lunar Phase Tracker Alternatives

Here are some Firefox add-ons that are similar to Lunar Phase Tracker: