Nobias

Nobias

Get valuable insights on the news you read online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nobias",
  "version": "1.2.8",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlxAolxED7+0PGtsKvHMQVQj1TsWQPadM37mCfB75fdMRCJbQa2qrq4SqNrA/lexIr+CrBJPMQu/xQm/EE3jcsMUBvNxvxs0wQQwZeNE2x1ZEAYqr9Kok7Y8PfHjfmAQVR1QI+VV2UDv6sSiD18faBlj5+Rr94a3vLasguXXicvn8I1byDG9nWvY6B5eBSEDoNONnkmfoDpvPy8jM3C0P0mfuWh/lneq3FgEQzxyU/+vh2ZauJOcW8H0Dcp69CxbNjYwanUgxoKAmNrGtf1n4JiLoD1+cTvD8CRJr3qsVDgLDF4jDDzcTNbtZ4z8k8E8kjznqjE0TGN9uiVGdJWdV4wIDAQAB",
  "manifest_version": 2,
  "description": "Get valuable insights on the news you read online.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e9652750-e37c-4cf4-bcc1-07de3344bd70}"
    }
  },
  "icons": {
    "16": "./public/assets/images/icon16.png",
    "32": "./public/assets/images/icon32.png",
    "48": "./public/assets/images/icon48.png",
    "128": "./public/assets/images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "history",
    "identity",
    "storage",
    "webNavigation",
    "https://api.nobias.me/v1/*",
    "https://nobias.auth.us-east-1.amazoncognito.com/login"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "16": "./public/assets/images/icon16.png",
      "32": "./public/assets/images/icon32.png",
      "48": "./public/assets/images/icon48.png",
      "128": "./public/assets/images/icon128.png"
    },
    "default_title": "Nobias"
  },
  "web_accessible_resources": [
    "public/*"
  ],
  "background": {
    "scripts": [
      "./js/0.js",
      "./js/1.js",
      "./js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentBostonHerald.js"
      ],
      "matches": [
        "*://*.bostonherald.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentBreitbart.js"
      ],
      "matches": [
        "*://*.breitbart.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentChicagoPublicSquare.js"
      ],
      "matches": [
        "*://*.chicagopublicsquare.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentCnn.js"
      ],
      "matches": [
        "*://www.cnn.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentDallasnews.js"
      ],
      "matches": [
        "*://*.dallasnews.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentFacebook.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentFoxNews.js"
      ],
      "matches": [
        "*://*.foxnews.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentGoogle.js"
      ],
      "matches": [
        "*://www.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentGoogleNews.js"
      ],
      "matches": [
        "*://news.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentInvestorPlace.js"
      ],
      "matches": [
        "*://*.investorplace.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentLinkedin.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentNewsday.js"
      ],
      "matches": [
        "*://*.newsday.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentNewYorkTimes.js"
      ],
      "matches": [
        "*://www.nytimes.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentNextDraft.js"
      ],
      "matches": [
        "*://*.nextdraft.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentNyDailyNews.js"
      ],
      "matches": [
        "*://*.nydailynews.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentNypost.js"
      ],
      "matches": [
        "*://*.nypost.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentRealClearPolitics.js"
      ],
      "matches": [
        "*://*.realclearpolitics.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentReddit.js"
      ],
      "matches": [
        "*://*.reddit.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentStarTribune.js"
      ],
      "matches": [
        "*://*.startribune.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentStatesman.js"
      ],
      "matches": [
        "*://*.statesman.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentTampaBay.js"
      ],
      "matches": [
        "*://*.tampabay.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentTechCrunch.js"
      ],
      "matches": [
        "*://*.techcrunch.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentTheSkimm.js"
      ],
      "matches": [
        "*://*.theskimm.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentTwitter.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentVoxHighlight.js"
      ],
      "matches": [
        "*://*.vox.com/the-highlight/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentWashingtonPost.js"
      ],
      "matches": [
        "*://*.washingtonpost.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentWashingtonTimes.js"
      ],
      "matches": [
        "*://*.washingtontimes.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentWsj.js"
      ],
      "matches": [
        "*://*.wsj.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentYahooFinance.js"
      ],
      "matches": [
        "*://*.finance.yahoo.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "./js/0.js",
        "./js/1.js",
        "./js/contentYahooNews.js"
      ],
      "matches": [
        "*://*.news.yahoo.com/*"
      ],
      "run_at": "document_idle"
    }
  ]
}