Moment

Moment

By overriding your new tab with the Moment Dashboard, you are integrating motivation into your computer workflow. Moment allows you to easily remind yourself of your goals and journey so far to keep you motivated and focused throughout the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "Moment",
  "name": "Moment",
  "version": "1.0.4resigned1",
  "description": "Use your past moments to better the next",
  "icons": {
    "16": "Moment_Logo_16.png",
    "48": "Moment_Logo_48.png",
    "128": "Moment_Logo_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "Moment_Logo.png"
  },
  "background": {
    "scripts": [
      "main.min.js"
    ],
    "persistent": true
  },
  "permissions": [
    "alarms",
    "idle",
    "identity",
    "notifications",
    "storage",
    "https://www.googleapis.com/oauth2/v3/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f92b22d7-5d32-4cca-97fa-238d3acb3ba7}"
    }
  }
}