Admina

Admina

i.moneyforward.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Admina",
  "version": "1.2.0",
  "description": "i.moneyforward.com",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "identity.email",
    "unlimitedStorage",
    "idle",
    "alarms",
    "identity",
    "history"
  ],
  "host_permissions": [
    "https://api.itmc.i.iggre.net/*",
    "https://api.itmc.i.moneyforward.com/*"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "options_page": "options.html",
  "icons": {
    "16": "./mfi-logo-16.png",
    "48": "./mfi-logo-48.png",
    "128": "./mfi-logo-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}