Inspect Devices

Inspect Devices

Simple silly link to Inspector Devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Inspect Devices",
  "version": "1.1",
  "description": "Simple silly link to Inspector Devices.",
  "author": "Juan Carlos De Román Doblas",
  "browser_action": {
    "name": "Inspect Devices",
    "icons": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon.png"
    },
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}