Legacy New Tab

Legacy New Tab

A user-friendly solution to help motivate an individual with day to day work online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Legacy New Tab",
  "short_name": "LNT",
  "manifest_version": 2,
  "description": "A user-friendly solution to help motivate an individual with day to day work online.",
  "version": "0.0.4.6",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "offline_enabled": true,
  "web_accessible_resources": [
    "img/search.png",
    "img/search-logo.png",
    "img/loader.gif",
    "js/theme.js"
  ],
  "permissions": [
    "management",
    "storage",
    "tabs",
    "geolocation",
    "<all_urls>",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "img/Logo.png",
    "default_title": "Legacy New Tab"
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "icons": {
    "128": "img/Logo.png"
  }
}