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": "Slice New Tab - Customize, Monetize, Earn",
"description": "Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice.",
"homepage_url": "https:\/\/addslice.com",
"version": "0.5.91",
"default_locale": "en",
"icons": {
"16": "extensionIcon.png",
"48": "extensionIcon.png",
"128": "extensionIcon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"alarms",
"management",
"webNavigation",
"notifications",
"declarativeNetRequestWithHostAccess"
],
"optional_host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Slice New Tab - Customize, Monetize, Earn"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/*.addslice.com\/*"
],
"all_frames": true,
"js": [
"auth.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.addslice.com\/tab\/install"
],
"js": [
"install.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.sli.ce.it\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"https:\/\/askvoid.com\/*",
"https:\/\/askvoid.org\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"\/fonts\/*.ttf"
],
"matches": [
"<all_urls>"
]
}
]
}