Prayer Times

Prayer Times

Prayer Times including all year timetable for any location in the world. Including prayer time notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://maps.google.com https://maps.googleapis.com https://maps.gstatic.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icon16.png",
    "img/icon24.png",
    "img/icon32.png",
    "img/icon48.png",
    "img/icon128.png"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/icon24.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "minimum_chrome_version": "6",
  "name": "Prayer Times",
  "short_name": "Prayer Times",
  "options_page": "options.html",
  "permissions": [
    "geolocation",
    "notifications"
  ],
  "version": "3.1.3"
}