T.O. Request

T.O. Request

Sends your T.O. Request to the T.O. Request system... From anywhere on the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "T.O. Request",
  "description": "Sends your T.O. Request to the T.O. Request system... From anywhere on the web!",
  "version": "2.1.1",
  "browser_action": {
    "default_icon": "main.png",
    "default_popup": "popup.html",
    "default_title": "Click to send a T.O."
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "*://*/*",
    "geolocation",
    "https://www.tomasterapp.com/"
  ]
}