2017-02-12 15:26:16 +00:00
|
|
|
{
|
2017-11-12 01:12:57 +00:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Tridactyl",
|
2018-04-25 20:37:13 +01:00
|
|
|
"version": "1.9.7",
|
2017-11-12 01:12:57 +00:00
|
|
|
"icons": {
|
|
|
|
"64": "static/logo/Tridactyl_64px.png",
|
|
|
|
"100": "static/logo/Tridactyl_100px.png",
|
|
|
|
"150": "static/logo/Tridactyl_150px.png"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"chrome_url_overrides": {
|
|
|
|
"newtab": "static/newtab.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"content.js"
|
|
|
|
],
|
|
|
|
"css": [
|
2018-03-04 14:15:26 +01:00
|
|
|
"static/cleanslate.css",
|
2017-11-12 01:12:57 +00:00
|
|
|
"static/content.css",
|
2018-01-02 09:41:06 +01:00
|
|
|
"static/content-dark.css",
|
2018-03-08 22:21:48 +01:00
|
|
|
"static/hint.css",
|
|
|
|
"static/viewsource.css"
|
2017-11-12 01:12:57 +00:00
|
|
|
],
|
|
|
|
"run_at": "document_start",
|
|
|
|
"match_about_blank": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"web_accessible_resources": [
|
2017-11-23 01:56:56 +00:00
|
|
|
"static/commandline.html",
|
|
|
|
"static/defaultFavicon"
|
2017-11-12 01:12:57 +00:00
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
"activeTab",
|
|
|
|
"bookmarks",
|
2017-12-02 00:20:32 +01:00
|
|
|
"browsingData",
|
2017-11-12 01:12:57 +00:00
|
|
|
"contextMenus",
|
|
|
|
"clipboardWrite",
|
|
|
|
"clipboardRead",
|
2017-11-27 14:43:01 +00:00
|
|
|
"downloads",
|
2017-11-12 01:12:57 +00:00
|
|
|
"history",
|
|
|
|
"sessions",
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"topSites",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"<all_urls>"
|
2017-03-02 17:17:00 +00:00
|
|
|
],
|
|
|
|
"applications": {
|
2017-11-12 01:12:57 +00:00
|
|
|
"gecko": {
|
2017-11-12 18:22:06 +00:00
|
|
|
"id": "tridactyl.vim@cmcaine.co.uk",
|
|
|
|
"strict_min_version": "54.0"
|
2017-11-12 01:12:57 +00:00
|
|
|
}
|
2017-03-02 17:17:00 +00:00
|
|
|
}
|
2018-04-22 18:40:27 +01:00
|
|
|
}
|