1
2
3
4
5
6
7
8
9
10
11
|
{
"manifest_version": 2,
"name": "Vimium",
"version": "1.43",
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
"icons": { "16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png" },
"background": {
"scripts": [
"lib/utils.js",
|
|
|
1
2
3
4
5
6
7
8
9
10
11
|
{
"manifest_version": 2,
"name": "Vimium",
"version": "1.44",
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
"icons": { "16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png" },
"background": {
"scripts": [
"lib/utils.js",
|