Inspect and view changes in Marauder Bot 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": "Marauder Bot",
"description": "AI co-pilot for solving technical questions online",
"homepage_url": "https://www.marauderbot.com/",
"version": "1.0.1",
"action": {
"default_icon": "favicon.png",
"default_title": "Click to open Marauder Bot"
},
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/vendor.js",
"js/content_script.js"
]
}
],
"side_panel": {
"default_path": "side_panel.html"
},
"background": {
"service_worker": "js/background.js"
},
"commands": {
"trigger_generic_analysis": {
"suggested_key": {
"default": "Ctrl+Shift+O",
"mac": "MacCtrl+Shift+O"
},
"description": "Analysis questions on the current page",
"global": false
}
},
"permissions": [
"sidePanel",
"storage",
"tabs"
],
"host_permissions": [
"https://*.marauderbot.com/*",
"https://sentry.io/*"
],
"web_accessible_resources": [
{
"resources": [
"favicon.png"
],
"matches": [
"https://*.marauderbot.com/*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA24EyoaVKjMtH9slVzxHaUPVVBNgB7PWpNd+D7Z2Vwq5zQCG9ooJ6TGg/4FrGftlfph2T+lncHl7HKCU2kgo3VV509l/1CRiz9+jNpHYW/Jg6kApj6PoSuMl/IV9ewloFI6rRmkiuv562VI45q8fB07v4IZ/H9ORtS5j86sDrCQNAH+t6wcvRzR/njbhZFHhD9CUESr9LrKLIC9Q2585kQ8gdxJRapoBABMX6yeUKcPAt1XOh71RS4hP+oHCSIq9gm/vbAJ1sZi0Ck3HO3/Af+/ntYkA/zVKYGdpg6U6t7vPHGHXsnzEy5aRdpD8IqMbdATeyQGO+gL4WImuqaw4NEwIDAQAB"
}