Sawab & Inspiration

Sawab & Inspiration

Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sawab & Inspiration",
  "short_name": "Sawab",
  "version": "1.1.5",
  "description": "Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith.",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png",
    "256": "images/256.png"
  },
  "homepage_url": "http://www.jaide.de/anwendungen/",
  "author": "Rias A. Sherzad, JAIDE GmbH",
  "permissions": [
    "storage",
    "geolocation",
    "background",
    "<all_urls>"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "settings.js",
      "js/jquery-1.11.3.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://muslimsalat.com; object-src 'self'"
}