๐Ÿ“ฆ rickhanlonii / tabnap

๐Ÿ“„ manifest.json ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15{
  "name": "TabNap",
  "description": "Give your tabs a little nap, as a treat.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "build/background.js"
  },
  "permissions": ["alarms", "tabs", "storage", "idle", "notifications"]
}