Mineral New Tab

Mineral New Tab

New tab page & productive search assistance with a personal dashboard featuring reminders, weather, and speed-dial apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.61",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "32.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "chrome://favicon/"
  ],
  "chrome_url_overrides": {
    "newtab": "focus.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com/ https://cdn.oribi.io/; object-src 'self'"
}