Panama Chrome by Hanami

Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Panama Chrome by Hanami",
  "short_name": "Panama Chrome",
  "version": "1.2",
  "manifest_version": 2,
  "description": "New Tab with the greatest photos from Panamá",
  "homepage_url": "http://sevenencorp.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "https://hectorcarranza.com/api/",
    "http://www.geoplugin.net/json.gp",
    "bookmarks",
    "chrome://favicon/",
    "cookies",
    "tabs",
    "topSites",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://suggestqueries.google.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}