summaryrefslogtreecommitdiff
path: root/manifest.json
blob: de5853d698a285118a7638420c9918fe2ea709e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "applications": {
    "gecko": {
      "id": "rudolf.fernandes@gmail.com",
      "strict_min_version": "79.0a1"
    }
  },
  "description": "For my autistic son. Limits tabs to maintain system responsiveness",
  "manifest_version": 2,
  "name": "Limit Tabs",
  "version": "2.2.6",
  "background": {
    "scripts": [
      "limittabsto2.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/enabled.png"
    }
  }
}