XYO.net app search

XYO.net app search

XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XYO.net app search",
  "manifest_version": 2,
  "version": "1.0",
  "omnibox": {
    "keyword": "x"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/xyo16.png",
    "48": "images/xyo48.png",
    "128": "images/xyo128.png"
  }
}