This file is indexed.

/usr/share/hotot/manifest.json is in hotot-common 1:0.9.8.14-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
{
  "manifest_version": 2,
  "name": "Hotot",
  "description": "Hotot Twitter client for Chrome",
  "version": "0.9.8.14",
  "default_locale": "en",
	"content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.google.com; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "image/ic16_hotot.png",
    "24": "image/ic24_hotot.png",
    "128": "image/ic128_hotot.png"
  },
  "permissions": [
    "<all_urls>",
    "unlimitedStorage",
    "notifications",
    "contextMenus",
    "background",
    "tabs"
  ]
}