Moo Later Firefox

Examine source code of Moo Later

Inspect and view changes in Moo Later source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Quickly save a web page as a task in Remember the Milk to read later. You will need to give Moo Later permission to use your Remember the Milk account the first time you try to save a task.",
  "manifest_version": 2,
  "name": "MooLater",
  "version": "3.0",
  "homepage_url": "https://chrisfrost.com/moolater",
  "icons": {
    "18": "icons/icon-18.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "moolater@codewax",
      "strict_min_version": "75.0a1"
    }
  },
  "permissions": [
    "https://www.rememberthemilk.com/*",
    "https://api.rememberthemilk.com/*",
    "activeTab",
    "storage",
    "menus"
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "18": "icons/icon-18.png",
      "36": "icons/icon-36.png"
    },
    "default_popup": "popup/mooLater.html",
    "default_title": "Moo Later"
  },
  "background": {
    "scripts": [
      "background/Hash.js",
      "background/MilkAuth.js",
      "background/MilkAction.js",
      "background/Milk.js",
      "background/worker.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "Open MooLater"
    }
  },
  "options_ui": {
    "browser_style": false,
    "page": "settings/options.html"
  }
}

Best Moo Later Alternatives

Here are some Firefox add-ons that are similar to Moo Later: