What's My Lot?

What's My Lot?

Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0",
  "short_name": "Lot?",
  "name": "What's My Lot?",
  "description": "Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in.",
  "icons": {
    "16": "/icons/holland-16.png",
    "48": "/icons/holland-48.png",
    "60": "/icons/holland-60.png",
    "76": "/icons/holland-76.png",
    "128": "/icons/holland-128.png",
    "152": "/icons/holland-152.png",
    "192": "/icons/holland-192.png",
    "512": "/icons/holland-512.png"
  },
  "browser_action": {
    "default_icon": "/icons/holland-38.png",
    "default_title": "What's My Lot?"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  }
}