Derigo Dash

Derigo Dash

Transform your browser "new tab" into your own space of productivity & motivation

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_extName__",
  "homepage_url": "https://www.derigodash.com/",
  "description": "Transform your browser \"new tab\" into your own space of productivity & motivation",
  "default_locale": "en",
  "permissions": [
    "search",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-wMGmF2GDq2Ibdd+Iewx9T8ufSZtDCRGYHHGJ7fBMFa4='  https://*.firebasedatabase.app https://www.google-analytics.com;object-src 'none'",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "override.html"
  },
  "version": "1.5.1"
}