Transtore

Transtore

Unlock full global potential: Transtore Chrome extension complements the Transtore Shopify app

Additional files are visible only to premium users

manifest.json


{
  "description": "Unlock full global potential: Transtore Chrome extension complements the Transtore Shopify app",
  "version": "1.18",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "contentScript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "customScript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.myshopify.com/*",
      "https://*.transtore.app/*"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo16.png"
  },
  "icons": {
    "16": "logo16.png",
    "128": "logo128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj6D5gN4H1LHZqK+HZ2W6Yv2GWUrgfZIIRqmWdx8fBIz6BGZRXWxvx4CL2UkovsHiTqpJnFIp99q+Zguo9qXaVKU1AYl1bmdVAXtmKPbrmXNHomtSBHVs/bbmEDvOak/h2S/6saPFE9UKEJs4HuQGlhegJLrjKaje7Wi7hYahESH479bsnJwQuZBmkjAq4KmXkR/fVyjSI5RyY3OGeEvoSL+DM6CiWCz9ovxkCgTYosjaVs1B08VFK9zVbuxfK5BKK8JpZHYY5Y7JpEQvrSKekawI9K/3yOeDGP6B3bKPY3Afv+toacuchVun8PvVPkylHLXJJAo18VqwBaOWKGqzwQIDAQAB",
  "manifest_version": 3,
  "name": "Transtore",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ]
}