Moon Phases by okba

Moon Phases by okba

According to your location The exact position of the moon today And It will show when the moon will set and when it will rise

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.4",
  "name": "Moon Phases by okba",
  "description": "According to your location The exact position of the moon today And It will show when the moon will set and when it will rise",
  "action": {
    "default_title": "Moon Phases",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}