Show Great on Deck on Steam

Show Great on Deck on Steam

See what games are verified for the Steam Deck and which medal they got on ProtonDB in the Steam Store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Show Great on Deck on Steam",
  "description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.",
  "version": "1.5.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "out/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/*",
        "https://steamcommunity.com/id/*/games*",
        "https://steamcommunity.com/profiles/*/games*"
      ],
      "run_at": "document_idle",
      "js": [
        "out/pages.bundle.js"
      ],
      "css": [
        "out/pages.bundle.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "https://store.steampowered.com/*",
    "https://steamcommunity.com/*",
    "https://www.protondb.com/app/*",
    "https://steamdeckhq.com/*"
  ],
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "browser_action": {
    "default_popup": "src/settings/settings.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{75ebcf9a-65c4-4c9b-85b0-b7d84558bab7}"
    }
  }
}