Quran Copy

Quran Copy

Find and optionally copy verses of the Quran to the clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quran Copy",
  "version": "1.0",
  "description": "Find and optionally copy verses of the Quran to the clipboard",
  "background": {
    "scripts": [
      "thirdParty/jquery-3.3.1.min.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Quran Insert",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16C.png",
      "32": "icons/icon32C.png",
      "48": "icons/icon48C.png",
      "128": "icons/icon128C.png"
    }
  },
  "web_accessible_resources": [
    "data/quran-simple.txt",
    "data/en.qarai.xml",
    "data/en.sahih.xml",
    "data/en.transliteration.xml"
  ],
  "permissions": [
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16C.png",
    "32": "icons/icon32C.png",
    "48": "icons/icon48C.png",
    "128": "icons/icon128C.png"
  },
  "manifest_version": 2
}