Gemini

Gemini

HKGalden/HKGolden Viewer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "HKGalden/HKGolden Viewer",
  "icons": {
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "128": "img/icon128.png"
  },
  "name": "Gemini",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "Gemini",
    "default_popup": "main.html"
  },
  "permissions": [
    "http://*.hkgolden.com/*",
    "http://*.hkgalden.com/*",
    "https://*.hkgalden.com/*",
    "http://grabgold.tk/*",
    "https://gemini.gopagoda.com/*",
    "https://geminiapp.herokuapp.com/*",
    "tabs",
    "unlimitedStorage",
    "storage"
  ],
  "content_security_policy": "script-src 'self' http://localhost https://*.google.com/ https://www.google-analytics.com/ https://ssl.google-analytics.com/ https://geminiapp.herokuapp.com/; object-src 'self'",
  "manifest_version": 2,
  "version": "0.1.9.2"
}