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,
"version": "3.42.5",
"name": "daily.dev | The homepage developers deserve",
"short_name": "daily.dev",
"description": "Get one personalized feed for all the knowledge you need as a developer.",
"homepage_url": "https:\/\/daily.dev",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/daily.dev\/",
"https:\/\/*.daily.dev\/",
"https:\/\/dailynow.co\/",
"https:\/\/*.dailynow.co\/"
],
"optional_permissions": [
"topSites"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"action": {
"default_icon": {
"16": "icons\/action_16.png",
"32": "icons\/action_32.png"
}
},
"background": {
"service_worker": "js\/background.bundle.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"companion.html",
"js\/companion.bundle.js",
"css\/companion.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"offline_enabled": true
}