Examine source code of TanPage

Inspect and view changes in TanPage 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": "TanPage",
  "description": "Hello TanPage",
  "version": "1.5.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "pages/popup.html",
    "default_icon": "extensions.png"
  },
  "icons": {
    "16": "extensions.png",
    "48": "extensions.png",
    "128": "extensions.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "history",
    "chrome://favicon/",
    "http://suggestion.baidu.com/",
    "http://*/*",
    "https://*/*"
  ],
  "chrome_url_overrides": {
    "newtab": "pages/newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}