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", "content_scripts": [ { "js": [ ".\/content-scripts\/script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "description": "Message Broadcasting Tool", "host_permissions": [ "*:\/\/*.diagonal.id\/*" ], "icons": { "16": ".\/assets\/icons\/icon_16.png", "32": ".\/assets\/icons\/icon_32.png", "64": ".\/assets\/icons\/icon_64.png", "128": ".\/assets\/icons\/icon_128.png", "256": ".\/assets\/icons\/icon_256.png" }, "manifest_version": 3, "name": "Sebaran", "permissions": [ "storage", "unlimitedStorage", "notifications" ], "version": "3.1.3", "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "content-scripts\/*", "assets\/*" ] }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/*" ] } ] }