The ABC of Faith

The ABC of Faith

The church calendar and links to the verses of the Bible and the Holy Fathers and church writers specified in the texts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "4.3.2",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "default_locale": "ru",
  "description": "__MSG_extDescription__",
  "author": "Vadim Bogaiskov",
  "homepage_url": "https://azbyka.ru/extension",
  "icons": {
    "16": "img/av16x16.png",
    "20": "img/av20x20.png",
    "48": "img/av48x48.png",
    "128": "img/av128x128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "action": {
    "default_icon": {
      "20": "img/av16x16.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/av48x48.png",
        "img/expand.png",
        "bible/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-3.3.1.min.js",
        "general.js",
        "content.js"
      ],
      "css": [
        "css/tooltip.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "http://azbyka.ru/*",
        "https://azbyka.ru/*",
        "http://sueverie.net/*",
        "https://sueverie.net/*"
      ]
    },
    {
      "js": [
        "jquery-3.3.1.min.js",
        "azbyka.js"
      ],
      "matches": [
        "http://azbyka.ru/*",
        "https://azbyka.ru/*",
        "http://sueverie.net/*",
        "https://sueverie.net/*"
      ]
    }
  ]
}