JL Games

JL Games

JL Games Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JL Games",
  "description": "JL Games Extension",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup.html",
    "default_title": "JL Games"
  },
  "default_locale": "en",
  "icons": {
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "https://www.joy.land/",
  "permissions": [
    "tabs",
    "background",
    "https://*.joy.land/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
}