Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Muslim Prayer Times & Qibla Compass",
"version": "2.5.0",
"description": "Prayer times, Qibla, Full Quran with Juz navigation, prayer tracking - Premium features available",
"permissions": [
"storage",
"alarms",
"notifications",
"geolocation"
],
"host_permissions": [
"https:\/\/api.aladhan.com\/*",
"https:\/\/api.gumroad.com\/*",
"https:\/\/nominatim.openstreetmap.org\/*",
"https:\/\/api.alquran.cloud\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"data\/quotes.json",
"data\/99-names.json"
],
"matches": [
"<all_urls>"
]
}
]
}