Review Response & Reply Generator by SoLikeAI

Review Response & Reply Generator by SoLikeAI

SoLike lets you respond to 100% of your reviews in 5x less time than before

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "SoLike lets you respond to 100% of your reviews in 5x less time than before",
  "version": "3.1.3",
  "manifest_version": 3,
  "name": "Review Response & Reply Generator by SoLikeAI",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "action": {
    "default_title": "SoLike lets you respond to 100% of your reviews in 5x less time than before"
  },
  "content_scripts": [
    {
      "css": [
        "content.styles.css"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "content.html",
        "custombox.css",
        "Inter-Medium.ttf",
        "Montserrat-Bold.ttf",
        "Montserrat-Medium.ttf",
        "negative.png",
        "negative-active.png",
        "positive.png",
        "positive-active.png",
        "fonts.css",
        "domExtension.css",
        "text-highlight-action.css",
        "login.html",
        "home-ai.html",
        "no-credit.html",
        "home.html",
        "answer.html",
        "loader.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src http://localhost 'self'; object-src http://localhost 'self';",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ]
}