Just Read

Just Read

Clean reader and bookmarking app for articles you want to read later without clutter by using its unique article extraction method.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Just Read",
  "description": "Clean reader and bookmarking app for articles you want to read later without clutter by using its unique article extraction method.",
  "version": "2.1",
  "icons": {
    "128": "logo_128.png"
  },
  "browser_action": {
    "default_icon": "logo_128.png",
    "default_popup": "credentials.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "identity",
    "tabs",
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "oauth2": {
    "client_id": "206719829280-5krqbkgu03339mn81c1obsn3p7fcem8f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXbPY3QkLqTLlyB7uZe5ISJ6CyinSfRp1eYR+knvFF5BsPsGjYiEyTSHLSBXeMpxOgup6MajgKcdiqjc9b43j9DRFXrH44v9jQ1758r6vZnfIQwe9uno56BkSkpVc1DgrVQ/LEWpiG1q7gJJ6ofHfS6PlioDOZ87MejZlffF+QOzLsd1XKJITGtKXEcnrQaEWFltUTAv1yaQ2IzARiBNHchvPFCXID3cfcLnQwnkgZN8VFvsflyB/Pq9QjIss3QJOuY8AA2olL71nU+AmNO8BLNFHjxoWaMO0N/jJ8z8dPHiXRiFz8PZ4Q7JkbjRvbU7gGmGFoxNR0o1N5VBKRP5vwIDAQAB"
}