Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "author": "Shytoos", "name": "Squeezie", "short_name": "Squeezie", "description": "Notifie lorsque Squeezie est en live.", "homepage_url": "https:\/\/www.twitch.tv\/squeezie", "version": "2.1.3", "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Squeezie - Hors-Ligne", "default_icon": "images\/icon_off.png", "default_popup": "popup.html" }, "icons": { "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/*.ytimg.com\/*", "https:\/\/extensionsqueezie.fr\/*" ], "options_ui": { "page": "popup.html?options", "open_in_tab": true }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }