Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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",
"search"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"slack.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"*\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"version": "33.0.4"
}