Three.js | Midnight Theme | By Xedois.org

Three.js | Midnight Theme | By Xedois.org

Disclaimer: Xedois has no association or partnership with three.js

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Three.js | Midnight Theme | By Xedois.org",
  "version": "0.1.0",
  "description": "Disclaimer: Xedois has no association or partnership with three.js",
  "author": "Biscuit | from Xedois.org",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://threejs.org/*"
      ]
    }
  ]
}