Auto Autosave

Auto Autosave

Autosave form contents in sites without autosave

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Autosave",
  "version": "0.11",
  "manifest_version": 2,
  "description": "Autosave form contents in sites without autosave",
  "default_locale": "es",
  "browser_action": {
    "default_icon": "autoautosave.png"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}