Muzli - Design inspiration hub

Muzli - Design inspiration hub

Your daily dose of design with industry news, tools, and inspiration - all in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Your daily dose of design with industry news, tools, and inspiration - all in one place.",
  "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",
        "slack.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "*/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "version": "31.0.30"
}