Mind. Extension

Mind. Extension

Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mind. Extension",
  "version": "1.1",
  "description": "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.",
  "background": {
    "scripts": [
      "js/mind.js",
      "js/jquery-3.3.1.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "chrome://favicon/"
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "96": "img/96.png"
  },
  "incognito": "split"
}