mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-10 16:42:03 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41e15004ce | ||
|
|
f101aa8eea | ||
|
|
17d6c00f99 | ||
|
|
9fc75d4b9e | ||
|
|
fa52ecc03c |
BIN
chrome.zip
BIN
chrome.zip
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"description": "URL Shortener",
|
||||
"icons": {
|
||||
"16": "assets/favicon-16.png",
|
||||
@@ -34,6 +34,12 @@
|
||||
"chrome_style": false,
|
||||
"open_in_tab": true
|
||||
},
|
||||
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"storage",
|
||||
"clipboardRead",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
|
||||
BIN
firefox.zip
BIN
firefox.zip
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "support@kutt.it"
|
||||
@@ -40,7 +40,8 @@
|
||||
"storage",
|
||||
"clipboardWrite",
|
||||
"clipboardRead",
|
||||
"https://kutt.it/*/*"
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"description": "URL Shortener",
|
||||
"developer": {
|
||||
"name": "abhijithvijayan"
|
||||
@@ -35,6 +35,12 @@
|
||||
"page": "options.html",
|
||||
"open_in_tab": true
|
||||
},
|
||||
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"storage",
|
||||
"clipboardRead",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user