Simmer

Simmer

Scrapes web sites and uploads the contents to the Simmer service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simmer",
  "version": "1.0.4",
  "description": "Scrapes web sites and uploads the contents to the Simmer service.",
  "browser_action": {
    "default_title": "Simmer",
    "default_popup": "popup.html",
    "default_icon": "disabled.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "tabs",
    "https://simmer.brook.li/"
  ]
}