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": "TopIt for Gmail: Send Emails to Top",
"short_name": "TopIt",
"version": "1.2",
"description": "Send emails to the top of your inbox by snoozing them for 1 minute.",
"host_permissions": [
"https:\/\/mail.google.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icon16.png",
"icon48.png"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}