Family Orbit

Family Orbit

This extension provides quick access to the Family Orbit portal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Family Orbit",
  "version": "1.0",
  "description": "This extension provides quick access to the Family Orbit portal.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/48x48.png",
    "default_title": "Family Orbit"
  },
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  }
}