Huntible Product Hunt

Huntible Product Hunt

This extension provide us the detail information about walmart products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Huntible Product Hunt",
  "version": "1.0.2",
  "description": "This extension provide us the detail information about walmart products.",
  "manifest_version": 3,
  "author": "Huntible Inc.",
  "action": {
    "default_popup": "login.html",
    "default_title": "Huntible Product Hunt"
  },
  "icons": {
    "16": "/static/assets/images/favicon.png",
    "48": "/static/assets/images/Logo_sidebar.png",
    "128": "/static/assets/images/Logo.png"
  },
  "background": {
    "service_worker": "/static/assets/js/background.js"
  },
  "permissions": [
    "tabs"
  ]
}