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": "Geoguessr Country Leaderboards",
"version": "1.0",
"manifest_version": 3,
"description": "Geoguessr browser extension that allows you to view the leaderboard for any country\/region",
"icons": {
"16": "seychelles.png",
"48": "seychelles.png",
"128": "seychelles.png"
},
"background": {
"service_worker": "background.js",
"matches": [
"https:\/\/www.geoguessr.com\/multiplayer",
"https:\/\/www.geoguessr.com\/*\/multiplayer"
]
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"https:\/\/www.geoguessr.com\/multiplayer",
"https:\/\/www.geoguessr.com\/*\/multiplayer"
]
}
],
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/www.geoguessr.com\/"
]
}