Ping - Habblet

Ping - Habblet

A Ping foi desenvolvida para auxiliar funções dentro do habblet beta.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ping - Habblet",
  "version": "2.3.0.16",
  "author": "Lamp",
  "description": "A Ping foi desenvolvida para auxiliar funções dentro do habblet beta.",
  "content_scripts": [
    {
      "matches": [
        "*://*.habblet.city/hotelv2"
      ],
      "js": [
        "contentScript.js",
        "fontAwesome.js",
        "enables.js",
        "handitem.js"
      ],
      "css": [
        "styles.css"
      ]
    },
    {
      "matches": [
        "*://*.habblet.city/*"
      ],
      "exclude_matches": [
        "*://*.habblet.city/hotelv2"
      ],
      "js": [
        "getUser.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*.habblet.city/*"
      ]
    },
    {
      "resources": [
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/ping.png",
    "32": "images/ping.png",
    "48": "images/ping.png",
    "128": "images/ping.png"
  }
}