Unity AssetStore Price Tracker Firefox

Examine source code of Unity AssetStore Price Tracker

Inspect and view changes in Unity AssetStore Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Asset Store Price Tracker",
  "version": "1.0.1",
  "description": "Track Unity Asset Store price history and get notified of price drops",
  "manifest_version": 3,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "*://assetstore.unity.com/*",
    "*://price-tracker-mocha.now.sh/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://assetstore.unity.com/packages/*"
      ],
      "js": [
        "dependencies/chart.umd.js",
        "dependencies/moment.min.js",
        "dependencies/chartjs-adapter-moment.min.js",
        "content-script.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{64dd9424-94db-4358-b4a6-6e81626e2b08}"
    }
  }
}

Best Unity AssetStore Price Tracker Alternatives

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