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 \u2013 manual menu",
"version": "0.1.0",
"description": "Adds a right-side, resizable reference panel to the Combat Tracker for quick rules\/books lookup.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.dndbeyond.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.dndbeyond.com\/encounters\/*\/combat*",
"https:\/\/www.dndbeyond.com\/encounters\/*\/tracker*",
"https:\/\/www.dndbeyond.com\/combat-tracker\/*"
],
"js": [
"panel.js"
],
"css": [
"panel.css"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}