Property Atlas - SF

Property Atlas - SF

Property Atlas augments your San Francisco property map experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Property Atlas - SF",
  "version": "2.0.0",
  "description": "Property Atlas augments your San Francisco property map experience.",
  "permissions": [
    "http://sfplanninggis.org/*",
    "https://sfplanninggis.org/*"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://www.googletagmanager.com https://apis.google.com https://smartlock.google.com https://accountchooser.com; object-src 'self'; connect-src 'self' wss://*.firebaseio.com https://*.googleapis.com https://apis.google.com https://*.cloudfunctions.net;",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Property Atlas - SF",
    "default_icon": {
      "16": "favicon/favicon-16x16.png",
      "32": "favicon/favicon-32x32.png",
      "48": "favicon/favicon-32x32.png",
      "128": "favicon/favicon-128.png"
    }
  },
  "icons": {
    "16": "favicon/favicon-16x16.png",
    "32": "favicon/favicon-32x32.png",
    "48": "favicon/favicon-32x32.png",
    "128": "favicon/favicon-128.png"
  },
  "manifest_version": 2
}