Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Jumbo Movie New Tab Game",
"version": "1.1",
"description": "A custom new tab page with Jumbo Movies theme with games, study,and music",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"match.html",
"match.js",
"src\/assets\/*",
"*.gif",
"*.webp"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src * data: https:; media-src *;"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
},
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+M",
"windows": "Alt+M",
"mac": "Alt+M",
"linux": "Alt+M"
}
}
},
"start_url": "\/",
"display": "standalone",
"background_color": "#87CEEB",
"theme_color": "#4682B4",
"orientation": "portrait"
}