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",
"content_scripts": [
{
"all_frames": true,
"js": [
"libs\/jquery-3.6.0.min.js",
"crewmate.js"
],
"matches": [
"https:\/\/boardgamearena.com\/*"
],
"run_at": "document_end"
}
],
"description": "Improves the user interface when playing The Crew on boardgamearena.com",
"icons": {
"48": "image-48.png",
"128": "image-128.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 3,
"name": "The Crew Mate",
"short_name": "CrewMate",
"version": "0.1.0",
"web_accessible_resources": [
{
"resources": [
"crewmate.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}