Superfly - Relay Auto Booker

Superfly - Relay Auto Booker

Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Superfly - Relay Auto Booker",
  "short_name": "Superfly",
  "version": "6.0.11",
  "description": "Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.",
  "permissions": [
    "identity",
    "https://www.googleapis.com/",
    "declarativeContent"
  ],
  "oauth2": {
    "client_id": "619769038840-ih9e5vn48j7e2r7fakrsorhteri7rgmm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgPihvXJEGxGRN+x9t8Sh0pUnu8F0RShl5UO7IRCGIwaS1IHUnJbs4A27Jnp/TUiwjHhyvTPxvUeQbeyRX5TRO12Y1awOVfUlwhDamxDaolFARu/2/D9KvBZohZ04oOZUmpStsDCVHXLU2FvkA9bL1SNYYYtPPfhdDdfgydwKwCQVvG8+ZnmSIvtTFa0QSrzuTAYasWUW71L4D6RvB/Tj5g9Qz4FGMli2wU/wOe04NBAuoJe8K702qw1fMCWvgH07VbvYqo6YYaBdGt0BDS3NxCE6GKKnEzBGyq3n95FA67ngBeibUSxrrcRZiuJkElTfVLA2sInjDWNVWiAgd0e1aQIDAQAB",
  "content_scripts": [
    {
      "matches": [
        "https://relay.amazon.com/*",
        "https://relay.amazon.co.uk/*",
        "https://relay.amazon.it/*",
        "https://relay.amazon.fr/*",
        "https://relay.amazon.de/*",
        "https://relay.amazon.in/*",
        "https://relay.amazon.es/*",
        "https://relay.amazon.co.jp/*"
      ],
      "js": [
        "jquery-3.4.1.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_title": "Superfly - Relay Extension",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "just-saying.mp3",
    "ka-ching.mp3",
    "when.mp3"
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}