Fangame Archive

Fangame Archive

This extension automatically adds download links on delicious-fruit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fangame Archive",
  "description": "This extension automatically adds download links on delicious-fruit.",
  "version": "2.1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*.delicious-fruit.com/*"
      ],
      "js": [
        "bundle.js"
      ]
    }
  ],
  "host_permissions": [
    "*://archive-api.dappermink.me/*"
  ]
}