Yozify

Yozify

Make the web a bit more magical

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yozify",
  "description": "Make the web a bit more magical",
  "version": "2.0",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Show this to Yoz",
    "default_icon": "yoz_icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "yoz_sm.png",
    "dexter_sm.png"
  ],
  "icons": {
    "16": "yoz16.png",
    "32": "yoz32.png",
    "48": "yoz48.png",
    "64": "yoz64.png",
    "128": "yoz128.png"
  },
  "manifest_version": 2
}