Examine source code of 1click selfy meme

Inspect and view changes in 1click selfy meme 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "version": "1.0",
  "description": "__MSG_ext_desc__",
  "background": {
    "scripts": [
      "background.js",
      "js/rank-listener.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "pages/capture.html"
  ],
  "browser_action": {
    "default_icon": "images/browseraction.png",
    "default_title": "__MSG_browser_action__"
  },
  "offline_enabled": true,
  "default_locale": "en",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}