Reminders Tab

Reminders Tab

Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reminders Tab",
  "description": "",
  "version": "2.0.0",
  "author": "HIKMAH",
  "browser_action": {
    "default_icon": "gold.jpg",
    "default_title": "The reminders tab"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://fonts.googleapis.com https://use.fontawesome.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "permissions": [
    "storage",
    "activeTab"
  ]
}