3 Commits

Autor SHA1 Mensaje Fecha
  Matt Baer 241ca91386 Bump version to 1.0.2 hace 3 semanas
  Matt Baer e578ec8cec Fix indentation in manifest.json hace 3 semanas
  Matt Baer 3233d47e73 Remove unused permission hace 3 semanas
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
Dividir vista
  1. +2
    -3
      manifest.json

+ 2
- 3
manifest.json Ver fichero

@@ -4,7 +4,7 @@
"name": "Snap.as",
"short_name": "Snap.as",
"description": "Quickly upload your photos.",
"version": "1.0.1",
"version": "1.0.2",

"icons": {
"16": "icon16.png",
@@ -23,9 +23,8 @@
]
},
"permissions": [
"webRequest",
"notifications",
"clipboardWrite",
"clipboardWrite",
"https://*.snap.as/"
],
"web_accessible_resources": ["uploader.html"],


Cargando…
Cancelar
Guardar