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": "R20Exporter",
"version": "0.11.0",
"manifest_version": 3,
"description": "Export a Roll20 Campaign with all its assets to a ZIP file.",
"host_permissions": [
"*:\/\/app.roll20.net\/editor\/"
],
"icons": {
"16": "images\/icons\/icon16.png",
"24": "images\/icons\/icon24.png",
"32": "images\/icons\/icon32.png",
"48": "images\/icons\/icon48.png",
"64": "images\/icons\/icon64.png",
"128": "images\/icons\/icon128.png",
"256": "images\/icons\/icon256.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/R20Exporter.js",
"libs\/*\/*.js"
],
"matches": [
"https:\/\/app.roll20.net\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/app.roll20.net\/editor\/*"
],
"js": [
"src\/R20ContentScript.js"
],
"run_at": "document_idle"
}
]
}