A Chrome extension for Write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
448 B

  1. {
  2. "manifest_version": 2,
  3. "name": "Paste by Write.as",
  4. "description": "Effortlessly share text online.",
  5. "version": "1.0",
  6. "icons": {
  7. "48": "icon48.png",
  8. "128": "icon128.png"
  9. },
  10. "browser_action": {
  11. "default_icon": "icon.png",
  12. "default_popup": "popup.html",
  13. "default_title": "Publish this"
  14. },
  15. "permissions": [
  16. "activeTab",
  17. "webRequest",
  18. "*://*.write.as/",
  19. "https://fonts.googleapis.com/"
  20. ]
  21. }