Smashed Avo

Smashed Avo

Your dream Hass is here.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smashed Avo",
  "description": "Your dream Hass is here.",
  "version": "0.0.2.69",
  "icons": {
    "16": "avo2-16.png",
    "19": "avo2-19.png",
    "38": "avo2-38.png",
    "48": "avo2-48.png",
    "128": "avo2-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "avo2-38.png"
  },
  "permissions": []
}