Current Moon Phase

Current Moon Phase

Current moon phase, moon zodiac sign, moonset and moonrise time for you location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Current Moon Phase",
  "short_name": "Current Moon Phase",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Current moon phase, moon zodiac sign, moonset and moonrise time for you location",
  "homepage_url": "https://moonorganizer.com/en/moon-phase-for-today/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Current Moon Phase",
    "default_popup": "src/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}