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_extensionName__", "short_name": "__MSG_extensionName__", "version": "6.1.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "128": "icon128.png" }, "author": "www.pricy.ro", "background": { "service_worker": "js\/service_worker.js" }, "content_scripts": [ { "js": [ "js\/content-init.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "tabs", "scripting" ], "web_accessible_resources": [ { "resources": [ "icon48.png", "images\/*.*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_title": "__MSG_extensionName__", "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_security_policy": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.pricy.ro\/" ] }