Ali-gle

Ali-gle

A search engine geared towards software engineers, appearing in new tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ali-gle",
  "short_name": "Ali-gle",
  "version": "1.0.10",
  "description": "A search engine geared towards software engineers, appearing in new tabs.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://*.google.com https://*.google.com https://*.googleapis.com; object-src 'self'"
}