Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "motiontabs", "description": "__MSG_extDesc__", "version": "3.4", "default_locale": "en", "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "\/assets\/logo.png", "48": "\/assets\/logo.png", "128": "\/assets\/logo.png" }, "action": { "default_icon": "\/assets\/logo.png" }, "background": { "service_worker": "\/js\/worker.js" }, "permissions": [ "background", "storage", "unlimitedStorage", "topSites" ], "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com https:\/\/json.geoiplookup.io https:\/\/motiontabs.com; object-src 'self';" }, "offline_enabled": true, "googleAnalyticsID": "UA-137690561-1" }