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,
"name": "Daily Inspiration - Motivational Quotes",
"version": "1.0",
"description": "Enhance your browsing experience with a daily dose of inspiration through uplifting quotes",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"storage",
"scripting"
],
"action": {
"default_icon": {
"48": "icon-48.png"
},
"default_title": "Daily Quote",
"default_popup": "popup.html"
}
}