Daily Unlearnings

Daily Unlearnings

The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Unlearnings",
  "version": "1.4.0",
  "description": "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine",
  "background": {
    "scripts": [
      "assets/background-5be0eb53.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "fonts/*.otf",
    "images/*.png"
  ],
  "permissions": [
    "storage"
  ]
}