Examine source code of Website Yelp

Inspect and view changes in Website Yelp 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
{
  "manifest_version": 3,
  "name": "Website Yelp",
  "version": "1.0",
  "description": "提供广大网友对各类网站的点评",
  "icons": {
    "48": "image/WebsiteYelp.png",
    "68": "image/WebsiteYelp.png",
    "128": "image/WebsiteYelp.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "image/WebsiteYelp.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}