Ayah with Background

Ayah with Background

Get a verse of Quran with a beautiful background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ayah with Background",
  "short_name": "Quranic Verse",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Get a verse of Quran with a beautiful background",
  "homepage_url": "https://nabilashraf.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "https://source.unsplash.com/"
  ]
}