Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Prayer Time and Azan",
"version": "1.7",
"description": "A highly configurable Muslim prayer times extension with multi-language support.",
"permissions": [
"geolocation",
"storage",
"notifications",
"alarms",
"offscreen"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/api.aladhan.com\/*",
"https:\/\/www.islamcan.com\/*",
"https:\/\/archive.org\/*"
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Prayer Time and Azan",
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-48.png",
"32": "icons\/icon-48.png"
}
}
}