Wait what? It says it is a JSON file though.
{
"manifest_version": 3,
"name": "Motivational Quotes Tab",
"version": "1.0",
"description": "Get inspired with motivational quotes on every new tab!",
"permissions": ["activeTab"],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}