Examine source code of Flash Cardon

Inspect and view changes in Flash Cardon 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
{
  "manifest_version": 2,
  "name": "Flash Cardon",
  "description": "Language learning aid",
  "version": "1.0.1",
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_19.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "unlimitedStorage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}