Lyn Analytics for Zazzle

Lyn Analytics for Zazzle

Lyn Analytics Designed for Zazzle Sellers to Increase Productivity and optimize their listings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Lyn Analytics for Zazzle",
  "version": "2.2.9.3",
  "description": "Lyn Analytics Designed for Zazzle Sellers to Increase Productivity and optimize their listings.",
  "homepage_url": "http://lynanalytics.com/",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  },
  "short_name": "Lyn Analytics",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://www.zazzle.com/*",
    "https://www.zazzle.com/*",
    "https://www.zazzle.ca/*",
    "https://www.zazzle.ca/*",
    "https://www.zazzle.co.uk/*",
    "https://www.zazzle.de/*",
    "https://www.zazzle.es/*",
    "https://www.zazzle.fr/*",
    "https://www.zazzle.pt/*",
    "https://www.zazzle.se/*",
    "https://www.zazzle.nl/*",
    "https://www.zazzle.at/*",
    "https://www.zazzle.ch/*",
    "https://www.zazzle.ch/*",
    "https://www.zazzle.be/*",
    "https://www.zazzle.be/*",
    "https://www.zazzle.com.br/*",
    "https://www.zazzle.com.au/*",
    "https://www.zazzle.co.nz/*",
    "https://www.zazzle.co.jp/*",
    "http://www.zazzle.com/*",
    "http://www.zazzle.com/*",
    "http://www.zazzle.ca/*",
    "http://www.zazzle.ca/*",
    "http://www.zazzle.co.uk/*",
    "http://www.zazzle.de/*",
    "http://www.zazzle.es/*",
    "http://www.zazzle.fr/*",
    "http://www.zazzle.pt/*",
    "http://www.zazzle.se/*",
    "http://www.zazzle.nl/*",
    "http://www.zazzle.at/*",
    "http://www.zazzle.ch/*",
    "http://www.zazzle.ch/*",
    "http://www.zazzle.be/*",
    "http://www.zazzle.be/*",
    "http://www.zazzle.com.br/*",
    "http://www.zazzle.com.au/*",
    "http://www.zazzle.co.nz/*",
    "http://www.zazzle.co.jp/*",
    "*://zazzle.com/*",
    "*://zazzle.ca/*",
    "*://zazzle.co.uk/*",
    "*://zazzle.de/*",
    "*://zazzle.es/*",
    "*://zazzle.fr/*",
    "*://zazzle.pt/*",
    "*://zazzle.se/*",
    "*://zazzle.nl/*",
    "*://zazzle.at/*",
    "*://zazzle.ch/*",
    "*://zazzle.ch/*",
    "*://zazzle.be/*",
    "*://zazzle.be/*",
    "*://zazzle.com.br/*",
    "*://zazzle.com.au/*",
    "*://zazzle.co.nz/*",
    "*://zazzle.co.jp/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icons/badges/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.zazzle.com/*",
        "https://www.zazzle.ca/*",
        "https://www.zazzle.co.uk/*",
        "https://www.zazzle.de/*",
        "https://www.zazzle.es/*",
        "https://www.zazzle.fr/*",
        "https://www.zazzle.pt/*",
        "https://www.zazzle.se/*",
        "https://www.zazzle.nl/*",
        "https://www.zazzle.at/*",
        "https://www.zazzle.ch/*",
        "https://www.zazzle.be/*",
        "https://www.zazzle.com.br/*",
        "https://www.zazzle.com.au/*",
        "https://www.zazzle.co.nz/*",
        "https://www.zazzle.co.jp/*",
        "http://www.zazzle.com/*",
        "http://www.zazzle.ca/*",
        "http://www.zazzle.co.uk/*",
        "http://www.zazzle.de/*",
        "http://www.zazzle.es/*",
        "http://www.zazzle.fr/*",
        "http://www.zazzle.pt/*",
        "http://www.zazzle.se/*",
        "http://www.zazzle.nl/*",
        "http://www.zazzle.at/*",
        "http://www.zazzle.ch/*",
        "http://www.zazzle.ch/*",
        "http://www.zazzle.be/*",
        "http://www.zazzle.com.br/*",
        "http://www.zazzle.com.au/*",
        "http://www.zazzle.co.nz/*",
        "http://www.zazzle.co.jp/*"
      ],
      "js": [
        "content.js",
        "contentStore.js",
        "search.js",
        "contentCustom.js",
        "licenseRole.js",
        "contentDetails.js"
      ],
      "css": [
        "assets/css/style.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Subscription Status"
  },
  "icons": {
    "16": "assets/ICO16.png",
    "48": "assets/ICO16.png",
    "128": "assets/ICO16.png"
  },
  "options_page": "landing.html",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "landing.html",
    "open_in_tab": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  }
}