Muzli - Design inspiration hub

Muzli - Design inspiration hub

Keep your creativity sharp and in sync with design trends through handpicked inspiration tailored for designers, by designers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Keep your creativity sharp and in sync with design trends through handpicked inspiration tailored for designers, by designers.",
  "homepage_url": "http://muz.li?ref=ext",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Muzli"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "name": "Muzli - Design inspiration hub",
  "short_name": "Muzli",
  "permissions": [
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "topSites",
    "bookmarks",
    "favicon"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "*/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "version": "31.0.19",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}