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": "RiddleBot - Puzzle Challenge",
"version": "4.0",
"description": "Solve AI-generated puzzles and challenge your brain!",
"permissions": [
"storage",
"identity",
"sidePanel"
],
"oauth2": {
"client_id": "719851629523-386e9p68hv9f3n6bbpkcg93745girrpn.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel\/index.html"
},
"host_permissions": [
"https:\/\/puzzleverseai.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}
}