Minute Journal

Minute Journal

The smart bullet journal that integrates into your work flow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Minute Journal",
  "description": "The smart bullet journal that integrates into your work flow.",
  "manifest_version": 3,
  "version": "0.0.9",
  "homepage_url": "https://theminutejournal.com/",
  "browser_action": {
    "default_icon": "icon_32x32.png"
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "icons": {
    "16": "icon_16x16.png",
    "32": "icon_32x32.png",
    "48": "icon_48x48.png",
    "128": "icon_128x128.png",
    "256": "icon_256x256.png"
  }
}