Meantime

Meantime

In an increasingly divided and partisan world, we offer a way to read between the lines, so everyone is on the same page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "index.css"
      ],
      "js": [
        "index_script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "description": "In an increasingly divided and partisan world, we offer a way to read between the lines, so everyone is on the same page.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Meantime",
  "permissions": [
    "storage",
    "https://api.utime.news/*",
    "identity",
    "notifications",
    "https://login.utime.news/*",
    "activeTab"
  ],
  "version": "2.1.8",
  "web_accessible_resources": [
    "fonts/lato/*.woff2",
    "fonts/cooper/*.eot",
    "fonts/cooper/*.svg",
    "fonts/cooper/*.woff",
    "*.svg",
    "*.css",
    "images/*.svg"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}