Find the Qibla

Find the Qibla

We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find the Qibla",
  "version": "1.0",
  "manifest_version": 2,
  "homepage_url": "https://www.qiblafind.com",
  "description": "We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Find the Qibla",
    "default_popup": "qiblafind.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "qiblafind.js"
    ]
  }
}