Google Tips

Google Tips

50 things you didn’t know you could do with Google.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Tips",
  "description": "50 things you didn’t know you could do with Google.",
  "version": "1.1",
  "app": {
    "launch": {
      "web_url": "https://www.google.com/get/googletips"
    },
    "urls": [
      "https://www.google.com/get/googletips"
    ]
  },
  "icons": {
    "16": "tips-16.png",
    "128": "tips-128.png"
  }
}