Learn AI skills in just 15 minutes a day with Coursiv—boost productivity, income, and career growth anytime, anywhere!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Coursiv",
"description": "Learn AI skills in just 15 minutes a day with Coursiv—boost productivity, income, and career growth anytime, anywhere!",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "./public/img/icon-48.png",
"default_title": "Coursiv Review"
},
"icons": {
"16": "./public/img/icon-48.png",
"48": "./public/img/icon-48.png",
"128": "./public/img/icon-128.png"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https://ext.coursiv.io/*"
]
}