MillionPugs: Shop & get in-game content

MillionPugs: Shop & get in-game content

Shop at your favorite brands and get exclusive content for your favorite games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "MillionPugs",
  "name": "MillionPugs: Shop & get in-game content",
  "short_name": "MillionPugs",
  "description": "Shop at your favorite brands and get exclusive content for your favorite games.",
  "homepage_url": "https://www.millionpugs.com/",
  "version": "1.47.1",
  "action": {
    "default_popup": "index.html",
    "default_title": "MillionPugs"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "webNavigation",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "alarms",
    "offscreen",
    "management",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.woff",
        "*.woff2",
        "*.png",
        "*.mov",
        "*.webm"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://www.millionpugs.com/*",
      "https://local.billionpugs.com/*",
      "https://t.jitsu.com/*"
    ]
  },
  "commands": {
    "toggleDebugMode": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+O"
      },
      "description": "Enables extended logging and debug options."
    },
    "printLocalStorage": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Prints local storage values to console. Requires debug mode to be enabled."
    }
  }
}