Teepublic.com Support

Teepublic.com Support

Description

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Teepublic.com Support",
  "description": "Description",
  "version": "1.6",
  "content_scripts": [
    {
      "matches": [
        "*://teepublic.com/*",
        "*://www.teepublic.com/*"
      ],
      "js": [
        "js/vendor/webnetic/wcef.js",
        "js/content-script.app.js",
        "js/jquery.js",
        "js/download2.js",
        "js/app.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/vendor/webnetic/wcef.js",
      "js/background.app.js"
    ]
  },
  "web_accessible_resources": [
    "js/vendor/webnetic/wcef.js",
    "js/page.app.js"
  ],
  "content_security_policy": "script-src 'self' https://cdn.datatables.net/ https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js https://cdnjs.cloudflare.com/ajax/  https://maxcdn.bootstrapcdn.com/bootstrap/ https://ajax.googleapis.com/ajax/libs/jquery/; object-src 'self' ",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "https://amz-pro-admin.firebaseapp.com/"
}