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": "__MSG_Application_Name__",
"version": "11.0.2",
"description": "__MSG_Application_description__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
}
},
"permissions": [],
"host_permissions": [
"https:\/\/*.rightinbox.com\/"
],
"manifest_version": 3,
"content_scripts": [
{
"js": [
"app\/jquery.js",
"app\/moment.js",
"app\/underscore.js",
"app\/jstz.js",
"app\/moment-timezone-with-data-2010-2020.js",
"app\/rightinbox-client-chrome.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"default_locale": "en"
}