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": "SEOFOMO News", "version": "1.0", "description": "Stay updated with the latest SEOFOMO News trending stories. Get notifications about new articles and explore top stories.", "permissions": [ "alarms", "storage", "scripting", "tabs" ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ] } ] }