Woodr Search Page

Woodr Search Page

An App that easy and convenient way to search on websites and launch from Chrome App Launcher.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Woodr Search Page",
  "description": "",
  "version": "1.0.1",
  "permissions": [
    "management"
  ],
  "app": {
    "launch": {
      "local_path": "newtab.html"
    }
  },
  "icons": {
    "16": "search-16x16.png",
    "48": "search-48x48.png",
    "128": "search-128x128.png"
  },
  "background": {
    "scripts": [
      "js/analytics.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google.com/; object-src 'self'"
}