Text file misc/chrome/gophertool/manifest.json

     1  {
     2    "name": "Hacking Gopher",
     3    "version": "1.0",
     4    "manifest_version": 2,
     5    "description": "Go Hacking utility",
     6    "background": {
     7      "page": "background.html"
     8    },
     9    "browser_action": {
    10      "default_icon": "gopher.png",
    11      "default_popup": "popup.html"
    12    },
    13    "omnibox": { "keyword": "golang" },
    14    "icons": {
    15      "16": "gopher.png"
    16    },
    17    "permissions": [
    18       "tabs"
    19    ]
    20  }
    21  

View as plain text