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": "Daily Motivation - AI Personalized Quotes",
"version": "1.0.0",
"description": "Get personalized AI-generated quotes based on your preferences every time you open a new tab.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Daily Motivation - AI Personalized Quotes"
},
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"ExtPay.js"
]
}
],
"permissions": [
"storage",
"management",
"tabs",
"https:\/\/api.deepseek.com\/*",
"https:\/\/extensionpay.com\/*"
]
}