True Price - assistant in stores in Ukraine

True Price - assistant in stores in Ukraine

Makes purchases profitable and fast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "5.0.1",
  "description": "__MSG_extDescription__",
  "author": "NextNextDev",
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "*://*.true-price.top/*",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.true-price.top/*"
    ]
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://rozetka.com.ua/*",
        "https://*.rozetka.com.ua/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.bundle.js"
      ],
      "match_about_blank": true
    },
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "all.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.png",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.svg",
        "*.css"
      ],
      "matches": [
        "https://rozetka.com.ua/*",
        "https://*.rozetka.com.ua/*"
      ]
    },
    {
      "resources": [
        "*.ttf",
        "*.woff",
        "*.svg",
        "*.eot",
        "*.png",
        "icons/*",
        "fonts/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "https://true-price.top/",
  "offline_enabled": false,
  "options_page": "settings.html",
  "default_locale": "uk",
  "oauth2": {
    "client_id": "708574902388-pqp5dndgs5qo101hv995pmhb6b9cg7as.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "True Price"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAisphPSTXFIt0PJ5e1YCRDeSqwU6HqBv4alg9Z4hSimqVQSzEXDDNO96JLpqKX8xgc5vz5xTki+jszIKknBeUzMnleZbiaKSUmnbqoomkcLLjitvyLpzvUMkIGBE6bOHnUcswChEKhZA1p6d+4D9nqbBfko/5HfEbT5eL/62urmn3S6K6ba8H7BOzmE3T2/k41LMMW4/JhmK4bPFifP+R+ZyTaaZzumh8BPnPsiga5kevh9pNWT+I4xNt1L3/LFWK0aN/0mUtNGr+eqA3tNhjam8MbM+8XwqKZDEJSee/RbjZC7b5oIFgHEsyGKwHFPo2vpjqtWGDeUbGF1NdF+einQIDAQAB"
}