Examine source code of Respieck - Responsive Tester

Inspect and view changes in Respieck - Responsive Tester source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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}"
    }
  }
}