ERCC : Meow Simulator

ERCC : Meow Simulator

ERCC : Meow Simulator is a service where you complete given tasks to earn PAWs (points) and level up your cat. - Choose a cat and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ERCC : Meow Simulator",
  "version": "0.1.5",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "favicon/favicon-16.png",
      "32": "favicon/favicon-32.png",
      "96": "favicon/favicon-96.png",
      "180": "favicon/favicon-180.png",
      "192": "favicon/favicon-192.png"
    },
    "default_title": "Meow Simulator"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "sidePanel"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://meow.intellax.io/*"
      ],
      "js": [
        "src/extension/extension-script/content/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "src/extension/extension-script/background/index.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "injection.js",
        "images/*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmjCCKpVwmkzbZzQ+kwCbQLj0JJymOtcBBOOdh0xfL/o2ZnHv81GDm1GYRUPd4A5ZtTr/EiU7uGDrIsf1UzLNNTlNimAhz9WjUNUIDV7tAjELptL9dx7kSV6jWDC12p44cZAEYyXdeqoImSeYrezxNpgmynlLmRgicD1IuOx+ab85t1Hi9Ox6h+/g/YuqNTM3L0aaE4ZYW5ILheSykvPq9BRqEOCfLa+0sQcs1OJXH2m8HXxWaCk2TbJnmo3n2WIqowANNaHGxNUAANFIbcQS2ZdVWru+burPSgNMzOU23L8ZyQA6mROamF6TxJVkWdXoPx9jSrwbCn6coT33/tiqXwIDAQAB"
}