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",
"name": "Designer Daily Report",
"description": "Everything about design in just 5 minutes.",
"version": "0.1.14",
"manifest_version": 3,
"permissions": [
"alarms",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"icons\/16.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"action": {
"default_icon": {
"19": "\/icons\/19.png",
"38": "\/icons\/38.png"
}
}
}