Mindful Moments

Mindful Moments

Display a mindful sentence with a calming background each time you open the extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mindful Moments",
  "version": "1.0",
  "description": "Display a mindful sentence with a calming background each time you open the extension.",
  "action": {
    "default_popup": "pages/popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [],
  "icons": {
    "48": "icons/icon48.png"
  }
}