summarylogtreecommitdiffstats
path: root/aw-snap-reloader-manifest.json
blob: 0d6aa4a6d8f9b050713c4a8448dd15e75932e5b3 (plain)
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
29
30
31
32
{
"update_url": "https://clients2.google.com/service/update2/crx",

    "name": "Snapper - 'Aw snap' tab reloader",
    "short_name": "Snapper",
    "description": "Reload crashed or unresponsive Chrome tabs (Aw, snap). Specifically intended for digital signage content running in kiosk mode.",
    "manifest_version": 2,
    "version": "0.9.7.0",
    "background": {
        "scripts": ["javascript/background.js"],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
      "default_icon": {
        "16": "icons/icon-016.png",
        "24": "icons/icon-024.png",
        "32": "icons/icon-032.png"
      },
      "default_title": "Snapper"
    },
    "icons": {
        "16":  "icons/icon-016.png",
        "19":  "icons/icon-019.png",
        "24":  "icons/icon-024.png",
        "32":  "icons/icon-032.png",
        "48":  "icons/icon-048.png",
        "128": "icons/icon-128.png"
    }
}