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",
"name": "Beyond The Forge",
"version": "1.1.0",
"manifest_version": 3,
"description": "Integrate D&D Beyond with The Forge's Bazaar.",
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.dndbeyond.com\/*",
"*:\/\/*.forge-vtt.com\/"
],
"icons": {
"32": "images\/icon32.png",
"72": "images\/icon72.png",
"512": "images\/icon512.png"
},
"background": {
"service_worker": "src\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"src\/forge_script.js"
],
"matches": [
"*:\/\/*.forge-vtt.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.dndbeyond.com\/*"
],
"css": [
"libs\/css\/alertify.css",
"libs\/css\/alertify-themes\/default.css"
],
"js": [
"libs\/alertify.min.js",
"src\/dndbeyond.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.forge-vtt.com\/*"
],
"js": [
"src\/forge.js"
]
}
]
}