Relay Auto-Refresher

Relay Auto-Refresher

Reinvent the Amazon Relay load board with Relay Auto-Refresher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Relay Auto-Refresher",
  "version": "15.4",
  "short_name": "Relay Auto-Refresher",
  "description": "Reinvent the Amazon Relay load board with Relay Auto-Refresher",
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://www.google-analytics.com https://www.googletagmanager.com https://cdn.firebase.com https://js.stripe.com https://apis.google.com;  object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjo94CPP8ni/FLzdt1F2o8UmbZ460KIcSBOToTTiUv3nlfIa5Ws5Jm5PoInnnVS+Gsk1Ciq/GbjzrCx65ayYZNhTGX+BCffXZaeapkZK1exi96cwXtzclUBHTIu9pYp87ZddIwWy/p9TP/Pl1aQ5yKrRccpE9T6MC1X6rg8NOoOgLymxMfFZiYYLt3AjqX/SuogAJ1ymHooFEKQHC4kxOLkH0L3vNvcPI+DDqbIpvzX7wk+IjASyx/Qa8lZqoGQnWdpvTqKQvLDrzxlsInkZTIIxljd9VZjiG0TfdhgXThSguXOt9MtH/+/2daEEmaelDhqBFbIP3+G/qyjPBXhtEQIDAQAB",
  "icons": {
    "16": "./src/icons/icon16.png",
    "48": "./src/icons/icon48.png",
    "128": "./src/icons/icon128.png"
  },
  "permissions": [
    "identity",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://relay.amazon.com/api/loadboard/similar",
    "https://relay.amazon.de/api/loadboard/similar",
    "https://relay.amazon.co.uk/api/loadboard/similar"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/tours/loadboard*",
        "https://*/loadboard*",
        "https://relay.amazon.com/tours*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "src/assets/onBtn.png",
    "src/assets/onBtn2.png",
    "src/assets/offBtn.png",
    "src/assets/n.mp3",
    "src/assets/loading.png",
    "src/assets/loadboard.gif",
    "src/assets/screenshot.jpg"
  ]
}