Amazon Price Tracker - Pricepulse

Amazon Price Tracker - Pricepulse

Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Pricepulse",
  "name": "Amazon Price Tracker - Pricepulse",
  "version": "1.7",
  "manifest_version": 2,
  "description": "Track Amazon prices, get price drop notifications. Buy with the help of Ai. Best Amazon Price tracker and Free Price tracker!",
  "homepage_url": "https://pricepulse.app",
  "icons": {
    "16": "img/icons/16_entero_azul.png",
    "32": "img/icons/32_entero_azul.png",
    "48": "img/icons/48_entero_azul.png",
    "128": "img/icons/128_entero_azul.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_title": "Pricepulse - Amazon Price Tracker",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icons/16_entero_azul.png",
      "32": "img/icons/32_entero_azul.png",
      "48": "img/icons/48_entero_azul.png",
      "128": "img/icons/128_entero_azul.png"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "all_frames": false,
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}