Descendancy Automator

Descendancy Automator

Automate descendancy functions on familysearch.org

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Descendancy Automator",
  "description": "Automate descendancy functions on familysearch.org",
  "version": "1.0",
  "minimum_chrome_version": "49",
  "browser_action": {
    "default_title": "Automator",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icons/familySearch.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "*://*.familysearch.org/*",
    "webRequest",
    "webNavigation",
    "cookies",
    "downloads",
    "storage",
    "notifications",
    "background"
  ]
}