Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Motivation Tool with Quotes & Age Counter",
"version": "1.2.2.2",
"description": "Displays daily motivational quotes with an age meter.",
"permissions": [
"storage",
"alarms",
"windows"
],
"background": {
"service_worker": "static\/js\/background.js"
},
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"static\/js\/*.js",
"static\/css\/*.css"
],
"matches": [
"<all_urls>"
]
}
]
}