Armory Cam Tab

Armory Cam Tab

Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "cam.html"
  },
  "description": "Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.",
  "manifest_version": 2,
  "name": "Armory Cam Tab",
  "version": "1.3.2",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; img-src * data:; object-src 'self'"
}