iSpeak-bber时光机

iSpeak-bber时光机

一键发送灵感时刻,珍藏你的记忆

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/logo_24x24.png",
    "default_title": "__MSG_actionTitle__",
    "default_popup": "html/popup.html"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://xiaokang.me",
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "storage",
    "webRequest",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}