OAsearch

OAsearch

Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OAsearch",
  "description": "Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!)",
  "version": "4.0.3",
  "action": {
    "default_icon": "images/tM-Icon_64x64.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "48": "images/tM-Icon_48x48.png",
    "64": "images/tM-Icon_64x64.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}