Family Time

Family Time

Making Time for What's Most Important. movies, series, play materials for some fun family time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Family Time",
  "version": "3.1.4",
  "manifest_version": 2,
  "description": "Making Time for What's Most Important. movies, series, play materials for some fun family time",
  "icons": {
    "19": "images/icon_19.png",
    "38": "images/icon_38.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_title": "Family Time - Making Time for What's Most Important",
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_popup": "html/main.html"
  },
  "options_page": "html/Options.html",
  "homepage_url": "http://d2rinternetholdings.com/",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "html/new_tab.html"
  },
  "permissions": [
    "topSites",
    "chrome://favicon/*",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}