Family Tree: Create Your Family Tree

Family Tree: Create Your Family Tree

Family tree maker with lots of customization. Set reminders and take notes for members. Download your family tree as a HQ image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Family Tree: Create Your Family Tree",
  "short_name": "Family Tree",
  "description": "Family tree maker with lots of customization. Set reminders and take notes for members. Download your family tree as a HQ image",
  "homepage_url": "https://thefamilytree.app",
  "minimum_chrome_version": "103",
  "incognito": "not_allowed",
  "action": {
    "browser_style": true,
    "default_icon": "assets/android-icon-96x96.png",
    "default_title": "Open Your Family Tree"
  },
  "options_ui": {
    "page": "main.html",
    "open_in_tab": true
  },
  "icons": {
    "36": "assets/android-icon-36x36.png",
    "48": "assets/android-icon-48x48.png",
    "72": "assets/android-icon-72x72.png",
    "96": "assets/android-icon-96x96.png",
    "144": "assets/android-icon-144x144.png",
    "192": "assets/android-icon-192x192.png"
  },
  "background": {
    "service_worker": "js/background/index.js"
  },
  "permissions": [
    "alarms",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "optional_host_permissions": [
    "https://graphql.thefamilytree.app/graphql/*"
  ],
  "version": "1.22.0"
}