Gaijin CC Store Button

Gaijin CC Store Button

Adds a Content Creators dropdown to the Gaijin Store Adds a Content Creators dropdown to the Gaijin Store page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Gaijin Content Creators Popup",
  "version": "1.0.439",
  "description": "Adds a Content Creators Popup to the Gaijin Store page",
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://store.gaijin.net/*"
      ],
      "js": [
        "creators.js",
        "content_script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https://i.imgur.com;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{28dabef6-97de-4d22-bd27-f856d8f13db4}",
      "strict_min_version": "109.0"
    }
  }
}