Hadith of the day

Hadith of the day

Daily Hadith in your Firefox browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Hadith of the day",
  "version": "1.3resigned1",
  "description": "Daily Hadith in your Firefox browser",
  "icons": {
    "48": "icons/hadith-48.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/hadith-48.png",
    "default_title": "Hadith of the day",
    "default_popup": "hadith/index.html"
  },
  "web_accessible_resources": [
    "hadith/data/bukhari.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c9f1372-ae59-4403-b71d-239396b8aa48}"
    }
  }
}