Maiar Tools

Maiar Tools

Tools to help during the maiar dex launch

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Maiar Tools",
  "version": "1.0.1",
  "description": "Tools to help during the maiar dex launch",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-ITO8EGr10i9YBQYyRZXkg/g+sVbPtw3m+Iy1xjmXaVw='; object-src 'self'"
}