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",
"name": "Inbox for Reddit",
"manifest_version": 3,
"icons": {
"16": "icons\/snoomail16.png",
"19": "icons\/snoomail19.png",
"32": "icons\/snoomail32.png",
"38": "icons\/snoomail38.png",
"48": "icons\/snoomail48.png",
"128": "icons\/snoomail128.png"
},
"permissions": [
"notifications",
"identity",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/*.reddit.com\/*"
],
"action": {
"default_title": "Inbox for Reddit",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"version": "1.0.0",
"description": "\"Inbox for Reddit\" is an extension to help you monitor and manage your Reddit.com inbox."
}