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", "version": "0.0.1", "content_scripts": [ { "matches": [ "https:\/\/console.cloud.google.com\/logs\/*" ], "js": [ "js\/contents.js" ], "css": [ "css\/contents.css" ] } ], "permissions": [ "storage", "contextMenus" ], "options_ui": { "page": "html\/setting.html", "open_in_tab": true }, "background": { "service_worker": "js\/service-worker.js" }, "icons": { "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png", "256": "img\/256.png", "512": "img\/512.png" }, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "manifest_version": 3 }