Pixefy - Responsive Design Checker

Pixefy - Responsive Design Checker

Simplify the testing process for responsive websites and applications.

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.7.2",
  "version_name": "0.7.2 Open Beta",
  "description": "Simplify the testing process for responsive websites and applications.",
  "icons": {
    "16": "pixefy16.344b1bb3.png",
    "48": "pixefy48.f9cae0ed.png",
    "128": "pixefy128.cec22ee7.png"
  },
  "background": {
    "service_worker": "background.9ba73aeb.js"
  },
  "action": {
    "default_title": "Pixefy"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "iframe.css",
        "tally.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "declarativeNetRequest",
    "downloads",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}