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", "name": "Good Morning - New Tab by cloudHQ", "short_name": "Good Morning by cloudHQ", "description": "Replace your boring new tab page with an inspirational personal dashboard!", "version": "1.0.2.19", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "tabs", "background" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/", "https:\/\/api.forismatic.com\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "fonts\/*", "html\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*" ] } ], "icons": { "48": "icons\/gmail_dashboard.png", "128": "icons\/gmail_dashboard.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "chrome_url_overrides": { "newtab": "html\/newtab.html" } }