Swindle

Swindle

A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Swindle",
  "name": "Swindle",
  "description": "A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.",
  "icons": {
    "16": "ide_build/images/letter-s_16x16.png",
    "48": "ide_build/images/letter-s_48x48.png",
    "128": "ide_build/images/letter-s_128x128.png"
  },
  "content_security_policy": "script-src https://pyodide-build.s3.ap-south-1.amazonaws.com/ 'self' 'unsafe-eval' 'wasm-eval' 'sha256-fqjEYVFwCWK4rZgBFr8vq1jjh/cilX8HooHy5mxJOdc=';object-src 'self'",
  "manifest_version": 2,
  "version": "0.1.1",
  "devtools_page": "entry_point.html",
  "permissions": []
}