Hello Future Me

Hello Future Me

Bring your favorite notes right to your fingertips 🚀 Get started here: https://hellofutureme.app/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hello Future Me",
  "description": "Bring your favorite notes right to your fingertips 🚀 Get started here: https://hellofutureme.app/",
  "version": "1.0",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "wave.png"
  },
  "icons": {
    "16": "wave-16x16.png",
    "32": "wave-32x32.png",
    "48": "wave-48x48.png",
    "128": "wave-128x128.png"
  },
  "background": {
    "service_worker": "./background.js"
  }
}