iMagazine English

iMagazine English

iMagazine.com We provides you all the latest news about a wide range of topics covering the World

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iMagazine English",
  "description": "iMagazine.com\nWe provides you all the latest news about a wide range of topics covering the World",
  "version": "1.0.4",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "src/notifications.js",
        "src/initVisit.js",
        "libs/require.js",
        "src/background.js"
      ]
    },
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "alarms",
    "notifications",
    "<all_urls>",
    "unlimitedStorage",
    "webview",
    "storage",
    "app.window",
    "*://localhost/*",
    "http://*/",
    "https://*/",
    "https://s3.amazonaws.com/*",
    "https://www.appstr.io/*",
    "*://imagazine.com/*"
  ]
}