Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DailyNewsTalks", "description": "Get Latest news, Breaking news, Current headlines, India News Online.", "version": "1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png", "default_popup": "popup.html", "default_title": "DailyNewsTalks" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/www.dailynewstalks.com\/", "notifications" ], "web_accessible_resources": [ "images\/icon-48.png" ] }