Qibla Compass

Qibla Compass

Find the Qibla direction of your location with the online map. Quickly find out your qibla direction line between your location and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qibla Compass",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "./popup.html"
  },
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "permissions": [
    "geolocation"
  ]
}