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, "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "version": "1.06", "action": { "default_title": "Tyrone Unblocked Games Tab " }, "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "historyHandlerCS.js", "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "newtab.html" ], "matches": [ "<all_urls>" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "webNavigation", "browsingData" ] }