Dot Meme

Dot Meme

Connect Meme Soldier

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dot Meme",
  "version": "1.0.6",
  "description": "Connect Meme Soldier",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/index.html",
    "default_icon": "favicon-48.png"
  },
  "icons": {
    "16": "favicon-16.png",
    "32": "favicon-32.png",
    "48": "favicon-48.png",
    "128": "favicon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://app-stag.dotmeme.ai/*",
        "https://etherscan.io/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle16939668541.chunk.css"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3001/*",
      "https://app-stag.dotmeme.ai/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/assets/images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "assets/js/*.js",
        "assets/gif/*",
        "assets/png/*",
        "src/pages/types/index.js"
      ],
      "matches": [
        "https://twitter.com/*",
        "http://localhost:3001/*",
        "https://app-stag.dotmeme.ai/*",
        "https://etherscan.io/*"
      ]
    },
    {
      "resources": [
        "assets/css/*.css"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://etherscan.io/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "system.display"
  ],
  "host_permissions": [
    "https://api-chat-stag.dotmeme.ai/*",
    "http://localhost:3001/*"
  ]
}