Examine source code of Launcher for Snapchat™

Inspect and view changes in Launcher for Snapchat™ 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://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 2,
  "version": "1.2",
  "name": "__MSG_application_title__",
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "/js/update-conf.js",
      "/js/update.min.js",
      "/js/background.js"
    ],
    "persistent": false
  }
}