chromium/chrome/test/data/extensions/api_test/tabs/no_permissions/manifest.json

{
  "name": "tabs/no_permissions",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Tests access to the tabs API from extensions lacking the tabs permission",
  "background": {
    "scripts": ["test.js"],
    "persistent": false
  },
  "permissions": []
}