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": "TOT \u2013 AOE Plotter",
"version": "1.0.0",
"description": "Overlay circle, square, and cone AOE templates over any VTT\/map. Drag, resize, recolor, rotate (cone), and adjust opacity.",
"icons": {
"16": "icons\/aoe-16.png",
"48": "icons\/aoe-48.png",
"128": "icons\/aoe-128.png",
"256": "icons\/aoe-256.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"tot-dock.js",
"content-aoe.js"
],
"css": [
"content-aoe.css"
]
}
]
}