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, "version": "1.2", "name": "Motivational Quotes", "description": "An extension that sends motivational quotes.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtT\/sqm\/AcjK8gaWgksapbX5FnhGRzHPwcFSIE9O7IWyncTF9WM0PD17ZCfmA3Tn+DAJeHja0bGA\/m21L5NQU9xusL\/l9R3IwUvpwX1xh8VEU1TdeEOBeQWMJkszaHbMPXVEmhLyTmmpB8jfPbGnyM0FrnV3ZQ\/MixfK\/9WiLerhzx+MzcWxBruXeEwPGWPGpxZ5lpKmIJRlc3mJ7iwGRj3yUR5mUgxRYap9ojVYtRbbhxj8eRYci9AT13NhZE8ZGkWjbCikUhkpjJgAL1Ms\/qmfC8KM91nhZh+QJXlCJXqoCaOo8ROTOnaxtLazs8Hfj7OiWW+y8P73zXjZqvdU2awIDAQAB", "oauth2": { "client_id": "574380233510-f7q4r2etd6adn27av6g2r4rbf2b510m9.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "action": { "default_icon": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png" }, "default_title": "Click to open the motivation panel" }, "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "chrome_url_overrides": { "newtab": "popup\/newTab.html" }, "side_panel": { "default_path": "sidepanel\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/" ], "js": [ "scripts\/content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.motivational-quotes.site\/*" ] }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "notifications", "sidePanel", "storage", "identity", "alarms", "system.display", "tabs" ] }