STRING Chrome Addon

STRING Chrome Addon

Format and download tools for STRING

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "STRING Chrome Addon",
  "description": "Format and download tools for STRING",
  "version": "0.2",
  "author": "Neville Ng",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "default-popup.html",
    "default_title": "STRING Chrome Addon"
  }
}