Examine source code of Me.Wired Virtual Guidance

Inspect and view changes in Me.Wired Virtual Guidance 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": "Me.Wired Virtual Guidance",
  "description": "Me.Wired drives you through the first steps on popular web apps with nice balloons and popups that magically appear inside the apps.",
  "version": "1.1.0.0",
  "author": "Newired",
  "manifest_version": 2,
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "20": "images/NW.png",
      "40": "images/NW.png"
    },
    "default_title": "Me.Wired"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}