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": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.2.1", "homepage_url": "https:\/\/megabonus.com\/", "background": { "service_worker": ".\/dist\/js\/background.js" }, "icons": { "128": "icons\/128.png" }, "action": { "default_icon": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "ru", "permissions": [ "storage", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "html\/*", "dist\/*", "icons\/*", "fonts\/*.*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';connect-src *; img-src * 'self' data:;" } }