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": "DDB - Character Sheet Overhaul",
"description": "Upgrade your D&D Beyond sheet with a slew up features for both Players and the GM.",
"version": "2.1.2",
"options_page": "options\/options.html",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "DDB Fix Pack",
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-48.png",
"32": "icons\/icon-48.png"
}
},
"background": {
"service_worker": "bg.js",
"type": "module"
},
"permissions": [
"storage",
"windows"
],
"host_permissions": [
"https:\/\/*.dndbeyond.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.dndbeyond.com\/characters\/*",
"https:\/\/*.dndbeyond.com\/profile\/*\/characters\/*",
"https:\/\/*.dndbeyond.com\/my-campaigns*",
"https:\/\/*.dndbeyond.com\/campaigns\/*",
"https:\/\/*.dndbeyond.com\/characters\/builder*"
],
"js": [
"content_loader.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"fixes\/haste.js",
"fixes\/end_turn.js",
"fixes\/durations.js",
"fixes\/contagions.js",
"fixes\/custom_condition.js",
"fixes\/action_checks.js",
"fixes\/notes_edit.js",
"fixes\/theme_active_sweep.js",
"fixes\/backdrop_custom.js",
"fixes\/inventory_star.js",
"fixes\/health_glow.js",
"fixes\/blood_splash.js",
"fixes\/map_tab.js",
"fixes\/equip_hands.js",
"fixes\/wildshape_transform.js",
"fixes\/game_log_helper.js",
"fixes\/spell_glyph.js",
"fixes\/layout_v2.js",
"fixes\/ddbchat_drawer.js",
"fixes\/vtt_tab.js",
"fixes\/vtt_items.js",
"fixes\/gm_sources.js",
"fixes\/gm_sheet.js",
"fixes\/encounters_embed.js",
"fixes\/gmnotes_tab.js",
"fixes\/gmmode_manager.js",
"fixes\/tables_tab.js",
"fixes\/tables_custom_tab.js",
"styles_haste.css",
"styles_end_turn.css",
"styles_durations.css",
"styles_contagions.css",
"styles_actions.css",
"styles_notes.css",
"styles_custom_theme.css",
"styles_inventory_star.css",
"styles_custom_condition.css",
"styles_hands.css",
"assets\/haste_icon.png",
"assets\/hands_icon.png",
"assets\/bodymap\/Head.png",
"assets\/bodymap\/Torso.png",
"assets\/bodymap\/Pelvis.png",
"assets\/bodymap\/L_Arm.png",
"assets\/bodymap\/L_Hand.png",
"assets\/bodymap\/L_Leg.png",
"assets\/bodymap\/L_Foot.png",
"assets\/bodymap\/R_Arm.png",
"assets\/bodymap\/R_Hand.png",
"assets\/bodymap\/R_Leg.png",
"assets\/bodymap\/R_Foot.png",
"popouts\/turn.html",
"popouts\/turn.js",
"data\/spell_glyph_meta.json",
"audio\/schools\/*",
"audio\/damage\/*",
"audio\/healtheffect\/*"
],
"matches": [
"https:\/\/*.dndbeyond.com\/*"
]
}
],
"minimum_chrome_version": "110"
}