Pop Report

Pop Report

Skip the line with Pop Report!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pop Report",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Skip the line with Pop Report!",
  "homepage_url": "https://www.pop-report.com",
  "browser_action": {
    "default_title": "Pop Report!",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://www.funko-shop.com/*",
        "*://www.hottopic.com/*",
        "*://www.boxlunch.com/*",
        "*://www.studioproper.com/*"
      ],
      "js": [
        "./libs/jquery/jquery.js",
        "./libs/axios/axios.min.js",
        "./libs/bootstrap/bootstrap.min.js",
        "./libs/bootstrap-4.0.0-dist/js/bootstrap.js",
        "./libs/bootstrap-4.0.0-dist/js/bootstrap.bundle.js",
        "./libs/cryptojs/aes.js",
        "./js/main.js"
      ],
      "css": [
        "./stylesheets/style.css"
      ]
    }
  ],
  "icons": {
    "128": "/assets/prlogo.png"
  },
  "web_accessible_resources": [
    "/assets/favicon128.png",
    "/assets/prsticker.png",
    "/assets/pr-tutorial.png"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}