Examine source code of Flick

Inspect and view changes in Flick 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
{
  "version": "0.3.3",
  "name": "Flick",
  "description": "New tab - new flick",
  "author": "Figachit",
  "background": {
    "scripts": [
      "ext/browser-polyfill.min.js",
      "ext/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "ext/icon-16.png",
    "48": "ext/icon-48.png",
    "128": "ext/icon-128.png"
  },
  "homepage_url": "https://flicks.figachit.com",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}