WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Foundertab - New Tab for Indie Makers

Foundertab - New Tab for Indie Makers

View on Chrome Web Store
0.0 (0 ratings)
5 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Turn your new tab into a space to connect and showcase your product.
Type
Extension
Users
3 users
1
extpublic.com
Published
Version 1.0.0.0
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "FounderTab",
    "name": "Foundertab - New Tab for Indie Makers",
    "description": "Turn your new tab into a space to connect and showcase your product.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "manifest_version": 3,
    "version": "1.0.0.0",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "topSites",
        "storage",
        "search"
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "cors",
                "enabled": true,
                "path": "rules\/cors.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.