Online Manuals App

Manuals App featuring a manual search, favorite manuals, todo list, notes, weather, and more.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Online Manuals App",
  "name": "Online Manuals App",
  "description": "Manuals App featuring a manual search, favorite manuals, todo list, notes, weather, and more. ",
  "version": "1.0.7",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "offline_enabled": false,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://code.jquery.com/ https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.js https://js.maxmind.com/ https://onlinemanualsapp.org https://dash.onlinemanualsapp.org https://sugg.search.yahoo.net 'sha256-WwcE5UXnjEZGJLi8xUzkB6/NK8+7fy2879AjmGBmJvI='; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "cookies",
    "https://*.onlinemanualsapp.org/"
  ],
  "web_accessible_resources": [
    "*.json"
  ]
}