Innovator Extension

Innovator Extension

Innovator browser extension which improving work with Start Item functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Innovator Extension",
  "version": "0.0.2",
  "author": "Anton Shchekota",
  "description": "Innovator browser extension which improving work with Start Item functionality",
  "homepage_url": "https://github.com/anthony-redFox/Innovator-extension",
  "manifest_version": 3,
  "minimum_chrome_version": "100",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}