Rubaiyat of Omar Khayyam

Rubaiyat of Omar Khayyam

Meet poetry of world-wide famous outstanding Iranian mathematician, astronomer, and philosopher in a very easy and convenient way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "default_locale": "en",
  "version": "2.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "images/icons/icon_32.png",
    "32": "images/icons/icon_32.png",
    "48": "images/icons/icon_32.png",
    "128": "images/icons/icon_32.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "browser_action": {
    "default_icon": "images/icons/icon_32.png",
    "default_popup": "popup/popup.html",
    "default_title": "Hayamwiki"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "https://hayamwiki.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://hayamwiki.org/*"
      ],
      "js": [
        "content_scripts/oauth.js"
      ]
    }
  ]
}