Morning Routine Firefox

Examine source code of Morning Routine

Inspect and view changes in Morning Routine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning",
  "manifest_version": 2,
  "name": "Morning Routine",
  "version": "1.0",
  "author": "Javier Guzman",
  "homepage_url": "https://github.com/javierguzman/morning-routine",
  "icons": {
    "48": "icons/coffee-cup-48.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/coffee-cup-48.png"
    },
    "default_title": "Morning Routine"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "morning.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@guzman.dev"
    }
  }
}

Best Morning Routine Alternatives

Here are some Firefox add-ons that are similar to Morning Routine: