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,
"version": "1.0.2",
"name": "Advanced Dice Roller - Virtual Dice for RPG & Board Games",
"short_name": "Dice Roller",
"description": "Roll virtual dice for tabletop RPGs, board games, and DnD. Customize dice count, hear rolling sounds, and get random results.",
"homepage_url": "https:\/\/tabplugins.com\/advanced-dice-roller-virtual-dice-for-rpg-board-games\/",
"icons": {
"16": "assets\/icons\/icon-16.png",
"24": "assets\/icons\/icon-24.png",
"32": "assets\/icons\/icon-32.png",
"128": "assets\/icons\/icon-128.png"
},
"background": {
"service_worker": "bg.js"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"24": "assets\/icons\/icon-24.png",
"32": "assets\/icons\/icon-32.png",
"128": "assets\/icons\/icon-128.png"
},
"default_popup": "popup\/index.html"
},
"offline_enabled": true
}