FATMAP New Tab (Official)

FATMAP New Tab (Official)

Get the best adventure inspiration every day with FATMAP’s New Tab Startpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FATMAP New Tab (Official)",
  "version": "0.3.149",
  "description": "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage",
  "icons": {
    "16": "icons/icon-16px.png",
    "32": "icons/icon-32px.png",
    "48": "icons/icon-96px.png",
    "128": "icons/icon-256px.png"
  },
  "chrome_url_overrides": {
    "newtab": "startpage.html#newTab"
  },
  "browser_action": {
    "default_title": "New Tab"
  },
  "permissions": [
    "tabs",
    "storage",
    "topSites",
    "history",
    "bookmarks",
    "chrome://favicon/"
  ],
  "optional_permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}