Adhan Schedule

Adhan Schedule

This extension will calculate and display local adhan times

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adhan Schedule",
  "author": "Abrar Chaudhry",
  "description": "This extension will calculate and display local adhan times",
  "version": "1.4",
  "icons": {
    "128": "img/ic_kaaba_128.png"
  },
  "permissions": [
    "tabs",
    "http://api.aladhan.com/",
    "https://ajax.googleapis.com/",
    "https://cdnjs.cloudflare.com/",
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}