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", "name": "Shoop Cashback & Gutscheine", "version": "3.2.17.2", "description": "Mit dem Shoop Cashback-Assistenten kannst du beim Online-Shoppen bei \u00fcber 2.000 Partnern Geld zur\u00fcck bekommen.", "homepage_url": "http:\/\/shoop.de", "author": "[email protected]", "manifest_version": 3, "permissions": [ "tabs", "storage", "webRequest", "unlimitedStorage", "alarms" ], "background": { "service_worker": "bg\/bundle.js" }, "host_permissions": [ "<all_urls>" ], "options_page": "settings.html", "options_ui": { "page": "shoopSettings.html", "open_in_tab": true }, "content_scripts": [ { "all_frames": false, "js": [ "content\/bundle.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "action": { "default_icon": { "20": "images\/24.png", "48": "images\/48.png" }, "default_title": "Shoop.de" }, "icons": { "16": "images\/16.png", "18": "images\/18.png", "20": "images\/24.png", "24": "images\/24.png", "32": "images\/32.png", "40": "images\/40.png", "48": "images\/48.png", "96": "images\/96.png", "128": "images\/128.png" }, "web_accessible_resources": [ { "resources": [ "content\/*.css", "content\/*.svg", "images\/*.png", "\/*.*" ], "matches": [ "<all_urls>" ] } ], "default_locale": "de" }