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": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.6",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"sidePanel",
"tabs",
"alarms",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Popup",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/auraplusplus.com\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/aurapllusplus.js"
]
},
{
"matches": [
"https:\/\/fazier.com\/leaderboard\/daily\/*\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/fazier.js"
]
},
{
"matches": [
"https:\/\/fazier.com\/launches\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/fazierDetail.js"
]
},
{
"matches": [
"https:\/\/firsto.co\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/firsto.js"
]
},
{
"matches": [
"https:\/\/firsto.co\/projects\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/firstoDetail.js"
]
},
{
"matches": [
"https:\/\/launchitx.com\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/launchitx.js"
]
},
{
"matches": [
"https:\/\/openhunts.com\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/openhunts.js"
]
},
{
"matches": [
"https:\/\/open-launch.com\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/openlaunch.js"
]
},
{
"matches": [
"https:\/\/peerlist.io\/launchpad\/*\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/peerlist.js"
]
},
{
"matches": [
"https:\/\/peerlist.io\/*\/project\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/peerlistDetail.js"
]
},
{
"matches": [
"https:\/\/www.producthunt.com\/leaderboard\/daily\/*\/*\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/producthunt.js"
]
},
{
"matches": [
"https:\/\/www.startupfa.st\/trending?filter=today"
],
"run_at": "document_end",
"js": [
"content-scripts\/startupfast.js"
]
},
{
"matches": [
"https:\/\/theresanaiforthat.com\/period\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/theresanaiforthat.js"
]
},
{
"matches": [
"https:\/\/www.tinylaunch.com\/"
],
"run_at": "document_end",
"js": [
"content-scripts\/tinylaunch.js"
]
},
{
"matches": [
"https:\/\/www.uneed.best\/"
],
"run_at": "document_end",
"js": [
"content-scripts\/uneed.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/aurapllusplus.css"
],
"matches": [
"https:\/\/auraplusplus.com\/*"
]
},
{
"resources": [
"content-scripts\/fazier.css"
],
"matches": [
"https:\/\/fazier.com\/*"
]
},
{
"resources": [
"content-scripts\/fazierDetail.css"
],
"matches": [
"https:\/\/fazier.com\/*"
]
},
{
"resources": [
"content-scripts\/firsto.css"
],
"matches": [
"https:\/\/firsto.co\/*"
]
},
{
"resources": [
"content-scripts\/firstoDetail.css"
],
"matches": [
"https:\/\/firsto.co\/*"
]
},
{
"resources": [
"content-scripts\/launchitx.css"
],
"matches": [
"https:\/\/launchitx.com\/*"
]
},
{
"resources": [
"content-scripts\/openhunts.css"
],
"matches": [
"https:\/\/openhunts.com\/*"
]
},
{
"resources": [
"content-scripts\/openlaunch.css"
],
"matches": [
"https:\/\/open-launch.com\/*"
]
},
{
"resources": [
"content-scripts\/peerlist.css"
],
"matches": [
"https:\/\/peerlist.io\/*"
]
},
{
"resources": [
"content-scripts\/peerlistDetail.css"
],
"matches": [
"https:\/\/peerlist.io\/*"
]
},
{
"resources": [
"content-scripts\/producthunt.css"
],
"matches": [
"https:\/\/www.producthunt.com\/*"
]
},
{
"resources": [
"content-scripts\/startupfast.css"
],
"matches": [
"https:\/\/www.startupfa.st\/*"
]
},
{
"resources": [
"content-scripts\/theresanaiforthat.css"
],
"matches": [
"https:\/\/theresanaiforthat.com\/*"
]
},
{
"resources": [
"content-scripts\/tinylaunch.css"
],
"matches": [
"https:\/\/www.tinylaunch.com\/*"
]
},
{
"resources": [
"content-scripts\/uneed.css"
],
"matches": [
"https:\/\/www.uneed.best\/*"
]
}
]
}