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",
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/gmail-reverse-conversation.js"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"description": "The addon which reverse emails in conversation view.",
"icons": {
"24": "img\/icon.png",
"48": "img\/icon.png"
},
"manifest_version": 3,
"name": "Gmail Reverse Conversation Pro",
"version": "1.0.0",
"web_accessible_resources": [
{
"resources": [
"js\/gmail-reverse-conversation.js",
"img\/*.png",
"css\/gmail-reverse-conversation.css"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
]
}