Pixefy - Responsive Design Checker

Pixefy - Responsive Design Checker

Simplify the testing process for responsive websites and applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pixefy - Responsive Design Checker",
  "version": "0.6.12",
  "version_name": "0.6.12 Open Beta",
  "description": "Simplify the testing process for responsive websites and applications.",
  "icons": {
    "16": "pixefy16.png",
    "48": "pixefy48.png",
    "128": "pixefy128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Pixefy"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html",
        "style.css",
        "measurements.css",
        "iframe.css",
        "sizes.json",
        "strings.json"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "declarativeNetRequest",
    "downloads",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}