Test Name

Test Description
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": "Test Name",
  "version": "1.1",
  "description": "Test Description",
  "permissions": [],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}