910e62b5创建于 1月15日历史提交
{
  "name": "allow silent update",
  "version": "2.0",
  "manifest_version": 2,
  "oauth2": {
    "client_id": "my-client-id",
    "scopes": ["scope1", "scope2"]
  },
  "app": {
    "background": {"scripts": ["background.js"]}
  }
}