Lister by Hustle Got Real

Lister by Hustle Got Real

HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "media/package-48.png"
  },
  "icons": {
    "128": "media/package.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dependencies/jquery-3.4.1.js",
        "content.js"
      ]
    },
    {
      "matches": [
        "*://*.hustlegotreal.com/*",
        "*://*.hustlegotreal.net/*",
        "*://ebaylister-shopify.azurewebsites.net/*"
      ],
      "js": [
        "checkExtension.js"
      ]
    },
    {
      "matches": [
        "*://app.hustlegotreal.com/blank"
      ],
      "js": [
        "./injected/get-token.js"
      ],
      "all_frames": true
    }
  ],
  "description": "HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.",
  "externally_connectable": {
    "matches": [
      "*://*.hustlegotreal.com/*",
      "*://*.hustlegotreal.net/*"
    ]
  },
  "manifest_version": 2,
  "name": "Lister by Hustle Got Real",
  "author": "Hustle Got Real",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzCkJqHLeKWML2lWgvgMzOFsFMmygxMCaPQdsFn7TFvkROLfi/KCDe2d5s9+Pz4XwJvDRpDQeJ0UxVLu760tlPUrtR9Fh2lS3MTa+QR/exKYdhFP1l65CZshFJw+sDuaDid4vxogetjidduhLeXJrtVkvuyyjQvXxcL+HelAYQ+JmxosHZsdz/fdrh6jJm4DkXx9CavACJzobNHld50fpF4kpYmQA6I1kqXdoM+WGOwT2ZIdv7FebRJqSJSImel86YeEVj0yo4+H3e/QpSdSd74LdtV1F+t8gu8ccIYG7EOAeqsW9MkQSdsPyOguZElFt+rX+gKzq11U0BYM0D1yYQIDAQAB",
  "permissions": [
    "tabs",
    "activeTab",
    "background",
    "contextMenus",
    "*://*.hustlegotreal.com/*",
    "*://*.hustlegotreal.net/*"
  ],
  "short_name": "Lister",
  "version": "0.1.6",
  "web_accessible_resources": [
    "injected/formcontrol.js",
    "dependencies/jquery-3.4.1.js"
  ]
}