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": "RotoGrinders - PrizePicks Tools", "description": "RotoGrinders projections and player props on PrizePicks", "version": "1.0.65", "icons": { "16": "images\/icon_16.png", "48": "images\/premium_48.png", "128": "images\/icon_128.png" }, "action": { "default_icon": { "16": "images\/premium_16.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.rotogrinders.com\/*" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.prizepicks.com\/*" ], "run_at": "document_start", "js": [ "js\/statMapping.js", "js\/nameMatching.js", "js\/contentScript.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/app.prizepicks.com\/*" ], "resources": [ "images\/premium_16.png" ] } ] }