MillionPugs: Shop & get in-game content

MillionPugs: Shop & get in-game content

Unlock exclusive gaming content for your favorite titles, absolutely free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "MillionPugs: Shop & get in-game content",
  "description": "Unlock exclusive gaming content for your favorite titles, absolutely free",
  "version": "3.8.24.1218",
  "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",
    "alarms",
    "management",
    "unlimitedStorage"
  ],
  "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."
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}