Free Amazon FBA Calculator

Free Amazon FBA Calculator

Researching and calculating the product cost, shipping fees, Amazon fees, marketing fees, and other variables

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Amazon FBA Calculator",
  "version": "1.0.0",
  "description": "Researching and calculating the product cost, shipping fees, Amazon fees, marketing fees, and other variables",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "declarativeContent"
  ],
  "host_permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/app.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/app.png",
      "32": "/images/app.png",
      "48": "/images/app.png",
      "128": "/images/app.png"
    },
    "default_title": "React CRX MV3"
  },
  "icons": {
    "16": "/images/app.png",
    "32": "/images/app.png",
    "48": "/images/app.png",
    "128": "/images/app.png"
  }
}