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": "Reddit New Tab",
"description": "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!",
"version": "2.41",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "16-icon.png",
"48": "48-icon.png",
"64": "64-icon.png",
"128": "128-icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "16-icon.png",
"48": "48-icon.png",
"64": "64-icon.png",
"128": "128-icon.png"
},
"default_title": "Reddit New Tab"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"index.html"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"*\/*"
],
"use_dynamic_url": false
}
],
"optional_permissions": [
"topSites",
"favicon"
],
"host_permissions": [
"https:\/\/www.reddit.com\/*"
]
}