{
  "manifest_version": 2,
  "name": "Autoconsent Test",
  "version": "0.1",
  "background": {
    "scripts": [
      "test/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["test/content.bundle.js"],
      "all_frames": true
    }
  ],
  "sidebar_action": {
    "default_title": "Autoconsent",
    "default_panel": "test/sidebar.html",
    "open_at_install": true
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "tabs",
    "storage",
    "unlimitedStorage",
    "webNavigation"
  ]
}
