Examine source code of Topdartboard Calculator

Inspect and view changes in Topdartboard Calculator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Topdartboard Calculator ",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "description": "Topdartboard Calculator extension perform simple Maths Operations",
  "browser_action": {
    "default_icon": "19-tiny.png",
    "default_title": "Topdartboard calculator",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}