Inspect and view changes in Bobo Memes source codes across current and past versions
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,
"name": "Bobo Memes",
"description": "Click and paste thousands of Bobo the Bear memes on X! The patron saint of bear markets and a 4chan icon - show the bulls who's boss",
"version": "1.0",
"permissions": [
"clipboardWrite"
],
"host_permissions": [
"https://bobomemes.com/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/bobo-newspaper-icon-16.png",
"48": "images/bobo-newspaper-icon-48.png",
"128": "images/bobo-newspaper-icon-128.png"
}
},
"icons": {
"16": "images/bobo-newspaper-icon-16.png",
"48": "images/bobo-newspaper-icon-48.png",
"128": "images/bobo-newspaper-icon-128.png"
}
}