ScServiceExtentions

ScServiceExtentions

ショーケースサービス業務用

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ScServiceExtentions",
  "short_name": "SSE",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "ショーケースサービス業務用",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "ScServiceExtentions",
    "default_icon": "images/logo.png",
    "default_popup": "contents/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contents/common.js"
      ]
    }
  ]
}