My Map Free

My Map Free

History of Automatical Arrangement & Search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Map Free",
  "version": "1.2",
  "manifest_version": 2,
  "description": "History of Automatical Arrangement & Search",
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icons/icon19.png",
    "default_title": "My Map Free"
  },
  "background": {
    "page": "bg/bg.html"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/my-map-free/pklnbjkiadglpemlgdaheegaehhlehlp",
  "permissions": [
    "history"
  ]
}