910e62b5创建于 1月15日历史提交
{
  "name": "Background Scripts Test",
  "version": "1",
  "manifest_version": 2,
  "description": "Test functionality of the background.scripts key",
  "background": {
    "scripts": ["a.js", "b.js"]
  }
}