21 lines
691 B
JSON
21 lines
691 B
JSON
{
|
|
"dev.wearr.adblock": {
|
|
"title": "Alu Adblocker",
|
|
"description": "Alu Adblocker is the best adblocker for web proxy services. Blocking up to 97% of all trackers and ads.",
|
|
"version": "0.1.0",
|
|
"image": "/marketplace/adblock/adblock.png",
|
|
"script": "/marketplace/adblock/index.js",
|
|
"type": "serviceWorker",
|
|
"entryNamespace": "adblockExt",
|
|
"entryFunc": "filterRequest"
|
|
},
|
|
"dev.wearr.oled-theme": {
|
|
"title": "OLED Theme",
|
|
"description": "A beautiful OLED theme for Alu.",
|
|
"version": "0.0.1",
|
|
"image": "/marketplace/oled-theme/theme.png",
|
|
"script": "/marketplace/oled-theme/theme.css",
|
|
"type": "theme",
|
|
"themeName": "oled"
|
|
}
|
|
}
|