cstoryTool

cstoryTool

cstoryTool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "cstoryTool",
  "version": "1.0.3",
  "description": "cstoryTool",
  "icons": {
    "16": "./assets/images/logo.png",
    "48": "./assets/images/logo.png",
    "128": "./assets/images/logo.png"
  },
  "host_permissions": [
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://192.168.44.42/*",
        "http://59.110.243.141/*"
      ],
      "css": [
        "./assets/css/minireset.min.css",
        "./assets/plugins/toast/toast.css"
      ],
      "js": [
        "./assets/js/jquery.min.js",
        "./assets/plugins/toast/toast.js",
        "contentScript.js"
      ]
    }
  ]
}