Particl

Particl

Access product and company sales data while browsing the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.206d4580.png",
    "48": "icon48.57a0ef3a.png",
    "128": "icon128.45a669d7.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.206d4580.png",
      "48": "icon48.57a0ef3a.png"
    },
    "default_popup": "popup.520d8c4d.html"
  },
  "version": "1.0.1",
  "name": "Particl",
  "description": "Access product and company sales data while browsing the internet.",
  "author": "gillkyle",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.c1a50487.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*/*",
    "https://business.facebook.com/*"
  ]
}