Open Tab, Map

Open Tab, Map

Open a new tab and explore an interactive map of a random sports stadium behind a Google search!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "install.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://suggestqueries.google.com 'unsafe-eval'; object-src 'self'",
  "description": "Open a new tab and explore an interactive map of a random sports stadium behind a Google search!",
  "icons": {
    "16": "images/icon19.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLDR9IxSFp2Hd3Sss/il/nPYEmGuUde5vdJyZ1q1X/Oq/Jfh8CaNKofQCMdrBr53FefXrdMLmdzv4M6tbUjD0Ng4YCwm81hmveZGhag549CXzD9CjovJnBTNE2I5OXhKlpKtg3qzNBtX6bnX06tGOEqhH4cftt3d0opvhoIprJO9GIzMo0hNrJHK0gLGWbRbut8xOKteRMCoEaJ7KaEvp4UtvhuSWQe0Avn3rTxJt7rk4axzmVttnN7th9XrI4K/zFS4NPuNnXyreuWsbud5ypXuNWIA6NEL+Mlf56RVzqZ4nbRk/PVfJowHbPSikX1MF0n9Zc5rYi1ZMiNV6l4s9QIDAQAB",
  "manifest_version": 2,
  "name": "Open Tab, Map",
  "options_page": "options/options.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}