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": "Unblocked Games", "short_name": "Unblocked Games", "description": "Play Unblocked Games in your browser by unblocking access to thousands of free online HTML Games!", "version": "1.0.2", "homepage_url": "https:\/\/unblockedgames76.co\/", "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "offscreen", "background" ], "host_permissions": [ "<all_urls>" ], "offline_enabled": true, "author": "Unblocked Games", "action": { "default_popup": "popup.html", "default_title": "Unblocked Games", "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" } }, "background": { "service_worker": "service.js" }, "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" } }