Every Day gojūon

Every Day gojūon

Random outlet Gojuon on each site to help you remember

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Mesak",
  "background": {
    "page": "html/background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "css": [
        "css/sweet-alert.css"
      ],
      "js": [
        "js/jquery-2.1.1.min.js",
        "js/sweet-alert.min.js",
        "js/page.js"
      ],
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "zh_TW",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "options_page": "html/options.html",
  "minimum_chrome_version": "21",
  "name": "__MSG_extensionName__",
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "version": "1.0.1",
  "web_accessible_resources": [
    "js/jquery-2.0.3.min.map"
  ]
}