AI Price Tracker Firefox

Examine source code of AI Price Tracker

Inspect and view changes in AI Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Price Tracker",
  "version": "1.2.5",
  "description": "Track prices using OpenAI API",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>",
    "alarms",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "AI Price Tracker",
    "default_popup": "popup/popup.html"
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "AI Price Tracker",
    "default_panel": "sidebar/sidebar.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "shared/js/Logger.js",
      "shared/js/PriceDataManager.js",
      "shared/js/ViewModeManager.js",
      "shared/js/NotificationManager.js",
      "shared/js/BackgroundPriceTracker.js",
      "shared/js/PriceCheckScheduler.js",
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-price-tracker@anon.com"
    }
  }
}

Best AI Price Tracker Alternatives

Here are some Firefox add-ons that are similar to AI Price Tracker: