Mindful Moment

Mindful Moment

Take a moment to be mindful of your intentions. Pick an intention for today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Michael Austin",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_title": "Setting mindful intentions"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Take a moment to be mindful of your intentions. Pick an intention for today.",
  "manifest_version": 2,
  "name": "Mindful Moment",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}