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, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.7", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "tabs", "cookies", "scripting", "webRequest" ], "host_permissions": [ "https:\/\/www.patreon.com\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "scheduleon-logo.png" }, "icons": { "128": "scheduleon-logo.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/www.readeon.com\/ https:\/\/www.patreon.com\/; object-src 'self';" }, "content_scripts": [ { "matches": [ "https:\/\/www.patreon.com\/*" ], "js": [ "src\/pages\/contentWindowEventListener\/index.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.patreon.com\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ] }, { "matches": [ "https:\/\/www.patreon.com\/*" ], "css": [ "assets\/css\/contentStyle1733649577557.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/fonts\/*.ttf", "icon-128.png", "icon-34.png", "scroll-dark.png", "scroll-light.png", "src\/pages\/injectedScript\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ] }