WebExtension.net
WebExtension.net

NewsPrompt: Personalized Daily News Summary

View on Chrome Web Store
View NewsPrompt: Personalized Daily News Summary Chrome Extension on Chrome Web Store
4.6 (90 ratings)

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

Get all news and trending stories from the web every time you open your new tab along with a news search functionality.
Type
Extension
Users
10,000 users
Website newsprompt.co
newsprompt.co
View author page of newsprompt.co
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 24, 2015
Version 23.3.14
Manifest version
3
Updated
Updated on April 17, 2024
View on Chrome Web Store
View NewsPrompt: Personalized Daily News Summary Chrome Extension on Chrome Web Store
lifestyle/news
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/core\/background.js"
    },
    "name": "NewsPrompt: Personalized Daily News Summary",
    "short_name": "Newsprompt",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "100": "icons\/icon100.png",
        "128": "icons\/icon128.png"
    },
    "description": "Get all news and trending stories from the web every time you open your new tab along with a news search functionality.",
    "version": "23.3.14",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/core\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.newsprompt.co\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/core\/distribution-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/newsprompt.co\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "history",
        "storage",
        "cookies",
        "offscreen",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/new\/index.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top