FaZakkir - فَذَكِّــرْ

FaZakkir - فَذَكِّــرْ

FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "FaZakkir - فَذَكِّــرْ",
  "short_name": "FaZakkir",
  "version": "2.0.2",
  "author": "Youness Boualam",
  "description": "FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation",
  "permissions": [
    "geolocation",
    "storage",
    "https://fathakkir.000webhostapp.com/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "core/assets/icons/[email protected]",
    "32": "core/assets/icons/[email protected]",
    "64": "core/assets/icons/[email protected]",
    "128": "core/assets/icons/[email protected]"
  },
  "background": {
    "scripts": [
      "core/scripts/fazakkir.bg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "FaZakkir - فَذَكِّــرْ"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}