PSDLE

PSDLE

Improving everyone's favorite online download list, one loop at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PSDLE",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "homepage_url": "https://repod.github.io/psdle",
  "version": "4.1.4",
  "page_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "__MSG_pageActionRun__"
  },
  "permissions": [
    "tabs",
    "https://store.playstation.com/*",
    "https://library.playstation.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://transact.playstation.com/*"
      ],
      "all_frames": true,
      "js": [
        "js/chrome.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/psdleChromium.js",
    "js/psdle.gotham.js",
    "js/psdle.valkyrie.js"
  ],
  "icons": {
    "16": "icons/icon32.png",
    "48": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  }
}