You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "LinkyLinky",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A simple url shortener",
|
|
|
|
"short_name": "LinkyLinky",
|
|
|
|
"permissions": ["activeTab"],
|
|
|
|
"browser_action": {
|
|
|
|
"default_popup": "build/index.html"
|
|
|
|
}
|
|
|
|
}
|