Offerup For PC extension provides you with 'offerup' design on new tab. Designed for 'offerup' app fans.
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",
"manifest_version": 3,
"version": "1.2",
"name": "Offerup For PC & Windows - New Tab BG",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"description": "Offerup For PC extension provides you with 'offerup' design on new tab. Designed for 'offerup' app fans.",
"offline_enabled": true,
"action": {
"default_icon": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
}
},
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"background": {
"service_worker": "js/main.js"
}
}