Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "2.1.4",
"manifest_version": 3,
"icons": {
"32": "assets\/manifest_icons\/icon32.png",
"48": "assets\/manifest_icons\/icon48.png",
"96": "assets\/manifest_icons\/icon96.png",
"128": "assets\/manifest_icons\/icon128.png",
"256": "assets\/manifest_icons\/icon256.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/localhost\/*",
"https:\/\/bro-mon.world\/*",
"https:\/\/*.bro-mon.world\/*"
],
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*",
"assets\/fonts\/*",
"content_script.css",
"battle_app.css",
"portals_script.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"https:\/\/bro-mon.world\/*",
"https:\/\/*.bro-mon.world\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhrMnQyv2oIIwF4R0YL6GBOQXjtcR52QG51Q9uuAcaJ8b5bTgboROvYr\/IevBqEXbLTVbFJgBMQe\/OuYBYniBsAGi\/RTfK8RlhVjQ2sqjAbFCql\/K0ThAj9ar6Tnzpj8KFiK8cIuuf7ROEheAjfc3aWOalztGUhErzQXP6aj2uv8sb5nmaiKrHvFfblM34kZOsiQ1l2szZkHKib6Rzp0OQlyoYbO9slC8RkhIgobDIAjMvVg8kq+uhtwU3BNqgkZ\/kzCwlcQAngGe0vc\/oXfANEaDwg29SpeddYwPfs5WJuC8RCcDUivaCksy46JULlSMvWUDswZKcB5vws6t5vprmwIDAQAB"
}