The Pray Time

The Pray Time

Prayers timetable to get the exact current pray time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/cmnConstant.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Prayers timetable to get the exact current pray time!",
  "icons": {
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "The Pray Time",
  "permissions": [
    "storage"
  ],
  "version": "1",
  "externally_connectable": {
    "matches": [
      "https://thepraytime.xyz/*"
    ]
  }
}