Financial Goal Reminder Firefox

Examine source code of Financial Goal Reminder

Inspect and view changes in Financial Goal Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Financial Goal Reminder",
  "version": "1.3",
  "description": "Set financial goals, track progress, and receive smart reminders to stay on target.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo_32.png",
    "default_title": "Goal Reminder",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Financial-Goal-Reminder",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Financial Goal Reminder Alternatives

Here are some Firefox add-ons that are similar to Financial Goal Reminder: