Footietracker

Footietracker

Updates your Footietracker spreadsheet with your current Football Index portfolio

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Footietracker",
  "short_name": "Footietracker",
  "version": "1.9",
  "icons": {
    "16": "icons/logo_short_16.png",
    "48": "icons/logo_short_48.png",
    "128": "icons/logo_short_128.png"
  },
  "description": "Updates your Footietracker spreadsheet with your current Football Index portfolio",
  "author": "Sam Mckenzie",
  "homepage_url": "https://footietracker.com",
  "background": {
    "scripts": [
      "background.js",
      "browser-polyfill.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://*.footballindex.co.uk/*",
    "https://*.footietracker.com/*",
    "cookies"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}