POD MM Tool

POD MM Tool

An extension dedicated to providing pod-mm.com services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "POD MM Tool",
  "description": "An extension dedicated to providing pod-mm.com services",
  "version": "1.1.01",
  "minimum_chrome_version": "116",
  "permissions": [
    "cookies",
    "notifications",
    "storage",
    "management"
  ],
  "host_permissions": [
    "*://*.helium10.com/*",
    "*://*.podly.co/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}