FamilySearch Center Premium Content

FamilySearch Center Premium Content

Allows access to premium websites and other content from a FamilySearch Center operated by The Church of Jesus Christ of Latter-day Saints.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_header_title_FSC__",
  "description": "__MSG_extDescription_FSC__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "3.1.3",
  "browser_action": {
    "default_icon": "icons/patron_disconnected_128.png",
    "default_title": "__MSG_header_title_FSC__",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "proxy",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://www.familysearch.org/*",
        "https://beta.familysearch.org/*"
      ],
      "js": [
        "events.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f1dbbf7-b8cb-459b-a10b-9835def80da8}",
      "strict_min_version": "91.1.0"
    }
  }
}