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": "Farcaster Custom Banners",
"version": "1.6",
"icons": {
"128": "img\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Farcaster Custom Banners"
},
"author": "XppaiCyberr",
"description": "Replaces Farcaster profile banners for non PRO users",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/farcaster.xyz\/*"
],
"js": [
"replace.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"https:\/\/raw.githubusercontent.com\/XppaiCyberr\/farcaster-banner\/refs\/heads\/main\/banner.json"
]
}