Prayer Times

Prayer Times

Accurate prayer times calculations based on islamicfinder.org with many customizable features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prayer Times",
  "options_page": "options.html",
  "version": "4.0.2",
  "manifest_version": 2,
  "description": "Accurate prayer times calculations based on islamicfinder.org with many customizable features",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "bell.png"
  ],
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}