Respieck - Responsive Tester

Respieck - Responsive Tester

Respicek: Your responsive design companion. Seamlessly preview and optimize your creations across devices. Intuitive interface, ensuring pixel-perfect adaptability from smartphones to desktops. The key to effortless responsiveness.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Respieck",
  "author": "Sammobadi",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Respieck is your go-to tool for ensuring that your web designs are as flexible as they come. It's not just a responsive view checker; it's your trusty sidekick in the quest for pixel-perfect adaptability. With Respicek, you can seamlessly toggle through different device views, from the smallest smartphones to the most expansive desktop screens.",
  "browser_action": {
    "default_icon": {
      "16": "assest/img/16.png",
      "32": "assest/img/32.png",
      "128": "assest/img/128.png",
      "192": "assest/img/192.png",
      "512": "assest/img/512.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assest/img/16.png",
    "32": "assest/img/32.png",
    "128": "assest/img/128.png",
    "192": "assest/img/192.png",
    "512": "assest/img/512.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e531b959-5433-48db-9a6b-b9cd10adf8c7}"
    }
  }
}