show hime

show hime

display hime and her friends in every page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "hime6.png",
    "default_title": "まつり!"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/show.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "hime6-16.png",
    "48": "hime6-48.png",
    "128": "hime6.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_page": "option/index.html",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "version": "1.6.0",
  "web_accessible_resources": [
    {
      "resources": [
        "data/*.png",
        "data_gif/*.gif",
        "audio/*.ogg"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}