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, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "3.2.0", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/dy1.com", "author": "dy1.com", "chrome_url_overrides": { "newtab": "\/dist\/index.html" }, "action": { "default_icon": "images\/icon\/icon48.png", "default_title": "__MSG_extName__" }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/icon\/icon16.png", "32": "images\/icon\/icon32.png", "48": "images\/icon\/icon48.png", "128": "images\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "popup\/gmail\/tabletView.js", "js\/content_script.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "bookmarks", "history", "contextMenus", "tabs", "notifications" ], "host_permissions": [ "https:\/\/*.dy1.com\/", "https:\/\/www.yahoo.com\/", "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ { "resources": [ "popup\/gmail\/gmail.html", "popup\/gmail\/tabletView.css" ], "matches": [ "<all_urls>" ] } ], "offline_enabled": true, "externally_connectable": { "matches": [ "*:\/\/dy1.com\/*" ] } }